public final class Project extends com.google.protobuf.GeneratedMessageV3 implements ProjectOrBuilder
Represents a Project resource. A project is used to organize resources in a Google Cloud Platform environment. For more information, read about the Resource Hierarchy.Protobuf type
google.cloud.compute.v1.Project| Modifier and Type | Class and Description |
|---|---|
static class |
Project.Builder
Represents a Project resource.
|
static class |
Project.DefaultNetworkTier
This signifies the default network tier used for configuring resources of the project and can only take the following values: PREMIUM, STANDARD.
|
static class |
Project.VmDnsSetting
[Output Only] Default internal DNS setting used by VMs running in this project.
|
static class |
Project.XpnProjectStatus
[Output Only] The role this project has in a shared VPC configuration.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
COMMON_INSTANCE_METADATA_FIELD_NUMBER |
static int |
CREATION_TIMESTAMP_FIELD_NUMBER |
static int |
DEFAULT_NETWORK_TIER_FIELD_NUMBER |
static int |
DEFAULT_SERVICE_ACCOUNT_FIELD_NUMBER |
static int |
DESCRIPTION_FIELD_NUMBER |
static int |
ENABLED_FEATURES_FIELD_NUMBER |
static int |
ID_FIELD_NUMBER |
static int |
KIND_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
QUOTAS_FIELD_NUMBER |
static int |
SELF_LINK_FIELD_NUMBER |
static int |
USAGE_EXPORT_LOCATION_FIELD_NUMBER |
static int |
VM_DNS_SETTING_FIELD_NUMBER |
static int |
XPN_PROJECT_STATUS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Metadata |
getCommonInstanceMetadata()
Metadata key/value pairs available to all instances contained in this project.
|
MetadataOrBuilder |
getCommonInstanceMetadataOrBuilder()
Metadata key/value pairs available to all instances contained in this project.
|
String |
getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
com.google.protobuf.ByteString |
getCreationTimestampBytes()
[Output Only] Creation timestamp in RFC3339 text format.
|
static Project |
getDefaultInstance() |
Project |
getDefaultInstanceForType() |
String |
getDefaultNetworkTier()
This signifies the default network tier used for configuring resources of the project and can only take the following values: PREMIUM, STANDARD.
|
com.google.protobuf.ByteString |
getDefaultNetworkTierBytes()
This signifies the default network tier used for configuring resources of the project and can only take the following values: PREMIUM, STANDARD.
|
String |
getDefaultServiceAccount()
[Output Only] Default service account used by VMs running in this project.
|
com.google.protobuf.ByteString |
getDefaultServiceAccountBytes()
[Output Only] Default service account used by VMs running in this project.
|
String |
getDescription()
An optional textual description of the resource.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
An optional textual description of the resource.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getEnabledFeatures(int index)
Restricted features enabled for use on this project.
|
com.google.protobuf.ByteString |
getEnabledFeaturesBytes(int index)
Restricted features enabled for use on this project.
|
int |
getEnabledFeaturesCount()
Restricted features enabled for use on this project.
|
com.google.protobuf.ProtocolStringList |
getEnabledFeaturesList()
Restricted features enabled for use on this project.
|
long |
getId()
[Output Only] The unique identifier for the resource.
|
String |
getKind()
[Output Only] Type of the resource.
|
com.google.protobuf.ByteString |
getKindBytes()
[Output Only] Type of the resource.
|
String |
getName()
The project ID.
|
com.google.protobuf.ByteString |
getNameBytes()
The project ID.
|
com.google.protobuf.Parser<Project> |
getParserForType() |
Quota |
getQuotas(int index)
[Output Only] Quotas assigned to this project.
|
int |
getQuotasCount()
[Output Only] Quotas assigned to this project.
|
List<Quota> |
getQuotasList()
[Output Only] Quotas assigned to this project.
|
QuotaOrBuilder |
getQuotasOrBuilder(int index)
[Output Only] Quotas assigned to this project.
|
List<? extends QuotaOrBuilder> |
getQuotasOrBuilderList()
[Output Only] Quotas assigned to this project.
|
String |
getSelfLink()
[Output Only] Server-defined URL for the resource.
|
com.google.protobuf.ByteString |
getSelfLinkBytes()
[Output Only] Server-defined URL for the resource.
|
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
UsageExportLocation |
getUsageExportLocation()
The naming prefix for daily usage reports and the Google Cloud Storage bucket where they are stored.
|
UsageExportLocationOrBuilder |
getUsageExportLocationOrBuilder()
The naming prefix for daily usage reports and the Google Cloud Storage bucket where they are stored.
|
String |
getVmDnsSetting()
[Output Only] Default internal DNS setting used by VMs running in this project.
|
com.google.protobuf.ByteString |
getVmDnsSettingBytes()
[Output Only] Default internal DNS setting used by VMs running in this project.
|
String |
getXpnProjectStatus()
[Output Only] The role this project has in a shared VPC configuration.
|
com.google.protobuf.ByteString |
getXpnProjectStatusBytes()
[Output Only] The role this project has in a shared VPC configuration.
|
boolean |
hasCommonInstanceMetadata()
Metadata key/value pairs available to all instances contained in this project.
|
boolean |
hasCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
boolean |
hasDefaultNetworkTier()
This signifies the default network tier used for configuring resources of the project and can only take the following values: PREMIUM, STANDARD.
|
boolean |
hasDefaultServiceAccount()
[Output Only] Default service account used by VMs running in this project.
|
boolean |
hasDescription()
An optional textual description of the resource.
|
int |
hashCode() |
boolean |
hasId()
[Output Only] The unique identifier for the resource.
|
boolean |
hasKind()
[Output Only] Type of the resource.
|
boolean |
hasName()
The project ID.
|
boolean |
hasSelfLink()
[Output Only] Server-defined URL for the resource.
|
boolean |
hasUsageExportLocation()
The naming prefix for daily usage reports and the Google Cloud Storage bucket where they are stored.
|
boolean |
hasVmDnsSetting()
[Output Only] Default internal DNS setting used by VMs running in this project.
|
boolean |
hasXpnProjectStatus()
[Output Only] The role this project has in a shared VPC configuration.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Project.Builder |
newBuilder() |
static Project.Builder |
newBuilder(Project prototype) |
Project.Builder |
newBuilderForType() |
protected Project.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Project |
parseDelimitedFrom(InputStream input) |
static Project |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Project |
parseFrom(byte[] data) |
static Project |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Project |
parseFrom(ByteBuffer data) |
static Project |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Project |
parseFrom(com.google.protobuf.ByteString data) |
static Project |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Project |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Project |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Project |
parseFrom(InputStream input) |
static Project |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Project> |
parser() |
Project.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int COMMON_INSTANCE_METADATA_FIELD_NUMBER
public static final int CREATION_TIMESTAMP_FIELD_NUMBER
public static final int DEFAULT_NETWORK_TIER_FIELD_NUMBER
public static final int DEFAULT_SERVICE_ACCOUNT_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
public static final int ENABLED_FEATURES_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
public static final int KIND_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int QUOTAS_FIELD_NUMBER
public static final int SELF_LINK_FIELD_NUMBER
public static final int USAGE_EXPORT_LOCATION_FIELD_NUMBER
public static final int VM_DNS_SETTING_FIELD_NUMBER
public static final int XPN_PROJECT_STATUS_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasCommonInstanceMetadata()
Metadata key/value pairs available to all instances contained in this project. See Custom metadata for more information.
optional .google.cloud.compute.v1.Metadata common_instance_metadata = 185794117;hasCommonInstanceMetadata in interface ProjectOrBuilderpublic Metadata getCommonInstanceMetadata()
Metadata key/value pairs available to all instances contained in this project. See Custom metadata for more information.
optional .google.cloud.compute.v1.Metadata common_instance_metadata = 185794117;getCommonInstanceMetadata in interface ProjectOrBuilderpublic MetadataOrBuilder getCommonInstanceMetadataOrBuilder()
Metadata key/value pairs available to all instances contained in this project. See Custom metadata for more information.
optional .google.cloud.compute.v1.Metadata common_instance_metadata = 185794117;getCommonInstanceMetadataOrBuilder in interface ProjectOrBuilderpublic boolean hasCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;hasCreationTimestamp in interface ProjectOrBuilderpublic String getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;getCreationTimestamp in interface ProjectOrBuilderpublic com.google.protobuf.ByteString getCreationTimestampBytes()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;getCreationTimestampBytes in interface ProjectOrBuilderpublic boolean hasDefaultNetworkTier()
This signifies the default network tier used for configuring resources of the project and can only take the following values: PREMIUM, STANDARD. Initially the default network tier is PREMIUM. Check the DefaultNetworkTier enum for the list of possible values.
optional string default_network_tier = 471753361;hasDefaultNetworkTier in interface ProjectOrBuilderpublic String getDefaultNetworkTier()
This signifies the default network tier used for configuring resources of the project and can only take the following values: PREMIUM, STANDARD. Initially the default network tier is PREMIUM. Check the DefaultNetworkTier enum for the list of possible values.
optional string default_network_tier = 471753361;getDefaultNetworkTier in interface ProjectOrBuilderpublic com.google.protobuf.ByteString getDefaultNetworkTierBytes()
This signifies the default network tier used for configuring resources of the project and can only take the following values: PREMIUM, STANDARD. Initially the default network tier is PREMIUM. Check the DefaultNetworkTier enum for the list of possible values.
optional string default_network_tier = 471753361;getDefaultNetworkTierBytes in interface ProjectOrBuilderpublic boolean hasDefaultServiceAccount()
[Output Only] Default service account used by VMs running in this project.
optional string default_service_account = 298712229;hasDefaultServiceAccount in interface ProjectOrBuilderpublic String getDefaultServiceAccount()
[Output Only] Default service account used by VMs running in this project.
optional string default_service_account = 298712229;getDefaultServiceAccount in interface ProjectOrBuilderpublic com.google.protobuf.ByteString getDefaultServiceAccountBytes()
[Output Only] Default service account used by VMs running in this project.
optional string default_service_account = 298712229;getDefaultServiceAccountBytes in interface ProjectOrBuilderpublic boolean hasDescription()
An optional textual description of the resource.
optional string description = 422937596;hasDescription in interface ProjectOrBuilderpublic String getDescription()
An optional textual description of the resource.
optional string description = 422937596;getDescription in interface ProjectOrBuilderpublic com.google.protobuf.ByteString getDescriptionBytes()
An optional textual description of the resource.
optional string description = 422937596;getDescriptionBytes in interface ProjectOrBuilderpublic com.google.protobuf.ProtocolStringList getEnabledFeaturesList()
Restricted features enabled for use on this project.
repeated string enabled_features = 469017467;getEnabledFeaturesList in interface ProjectOrBuilderpublic int getEnabledFeaturesCount()
Restricted features enabled for use on this project.
repeated string enabled_features = 469017467;getEnabledFeaturesCount in interface ProjectOrBuilderpublic String getEnabledFeatures(int index)
Restricted features enabled for use on this project.
repeated string enabled_features = 469017467;getEnabledFeatures in interface ProjectOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getEnabledFeaturesBytes(int index)
Restricted features enabled for use on this project.
repeated string enabled_features = 469017467;getEnabledFeaturesBytes in interface ProjectOrBuilderindex - The index of the value to return.public boolean hasId()
[Output Only] The unique identifier for the resource. This identifier is defined by the server. This is *not* the project ID, and is just a unique ID used by Compute Engine to identify resources.
optional uint64 id = 3355;hasId in interface ProjectOrBuilderpublic long getId()
[Output Only] The unique identifier for the resource. This identifier is defined by the server. This is *not* the project ID, and is just a unique ID used by Compute Engine to identify resources.
optional uint64 id = 3355;getId in interface ProjectOrBuilderpublic boolean hasKind()
[Output Only] Type of the resource. Always compute#project for projects.
optional string kind = 3292052;hasKind in interface ProjectOrBuilderpublic String getKind()
[Output Only] Type of the resource. Always compute#project for projects.
optional string kind = 3292052;getKind in interface ProjectOrBuilderpublic com.google.protobuf.ByteString getKindBytes()
[Output Only] Type of the resource. Always compute#project for projects.
optional string kind = 3292052;getKindBytes in interface ProjectOrBuilderpublic boolean hasName()
The project ID. For example: my-example-project. Use the project ID to make requests to Compute Engine.
optional string name = 3373707;hasName in interface ProjectOrBuilderpublic String getName()
The project ID. For example: my-example-project. Use the project ID to make requests to Compute Engine.
optional string name = 3373707;getName in interface ProjectOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
The project ID. For example: my-example-project. Use the project ID to make requests to Compute Engine.
optional string name = 3373707;getNameBytes in interface ProjectOrBuilderpublic List<Quota> getQuotasList()
[Output Only] Quotas assigned to this project.
repeated .google.cloud.compute.v1.Quota quotas = 125341947;getQuotasList in interface ProjectOrBuilderpublic List<? extends QuotaOrBuilder> getQuotasOrBuilderList()
[Output Only] Quotas assigned to this project.
repeated .google.cloud.compute.v1.Quota quotas = 125341947;getQuotasOrBuilderList in interface ProjectOrBuilderpublic int getQuotasCount()
[Output Only] Quotas assigned to this project.
repeated .google.cloud.compute.v1.Quota quotas = 125341947;getQuotasCount in interface ProjectOrBuilderpublic Quota getQuotas(int index)
[Output Only] Quotas assigned to this project.
repeated .google.cloud.compute.v1.Quota quotas = 125341947;getQuotas in interface ProjectOrBuilderpublic QuotaOrBuilder getQuotasOrBuilder(int index)
[Output Only] Quotas assigned to this project.
repeated .google.cloud.compute.v1.Quota quotas = 125341947;getQuotasOrBuilder in interface ProjectOrBuilderpublic boolean hasSelfLink()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;hasSelfLink in interface ProjectOrBuilderpublic String getSelfLink()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;getSelfLink in interface ProjectOrBuilderpublic com.google.protobuf.ByteString getSelfLinkBytes()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;getSelfLinkBytes in interface ProjectOrBuilderpublic boolean hasUsageExportLocation()
The naming prefix for daily usage reports and the Google Cloud Storage bucket where they are stored.
optional .google.cloud.compute.v1.UsageExportLocation usage_export_location = 347543874;
hasUsageExportLocation in interface ProjectOrBuilderpublic UsageExportLocation getUsageExportLocation()
The naming prefix for daily usage reports and the Google Cloud Storage bucket where they are stored.
optional .google.cloud.compute.v1.UsageExportLocation usage_export_location = 347543874;
getUsageExportLocation in interface ProjectOrBuilderpublic UsageExportLocationOrBuilder getUsageExportLocationOrBuilder()
The naming prefix for daily usage reports and the Google Cloud Storage bucket where they are stored.
optional .google.cloud.compute.v1.UsageExportLocation usage_export_location = 347543874;
getUsageExportLocationOrBuilder in interface ProjectOrBuilderpublic boolean hasVmDnsSetting()
[Output Only] Default internal DNS setting used by VMs running in this project. Check the VmDnsSetting enum for the list of possible values.
optional string vm_dns_setting = 58856370;hasVmDnsSetting in interface ProjectOrBuilderpublic String getVmDnsSetting()
[Output Only] Default internal DNS setting used by VMs running in this project. Check the VmDnsSetting enum for the list of possible values.
optional string vm_dns_setting = 58856370;getVmDnsSetting in interface ProjectOrBuilderpublic com.google.protobuf.ByteString getVmDnsSettingBytes()
[Output Only] Default internal DNS setting used by VMs running in this project. Check the VmDnsSetting enum for the list of possible values.
optional string vm_dns_setting = 58856370;getVmDnsSettingBytes in interface ProjectOrBuilderpublic boolean hasXpnProjectStatus()
[Output Only] The role this project has in a shared VPC configuration. Currently, only projects with the host role, which is specified by the value HOST, are differentiated. Check the XpnProjectStatus enum for the list of possible values.
optional string xpn_project_status = 228419265;hasXpnProjectStatus in interface ProjectOrBuilderpublic String getXpnProjectStatus()
[Output Only] The role this project has in a shared VPC configuration. Currently, only projects with the host role, which is specified by the value HOST, are differentiated. Check the XpnProjectStatus enum for the list of possible values.
optional string xpn_project_status = 228419265;getXpnProjectStatus in interface ProjectOrBuilderpublic com.google.protobuf.ByteString getXpnProjectStatusBytes()
[Output Only] The role this project has in a shared VPC configuration. Currently, only projects with the host role, which is specified by the value HOST, are differentiated. Check the XpnProjectStatus enum for the list of possible values.
optional string xpn_project_status = 228419265;getXpnProjectStatusBytes in interface ProjectOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Project parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Project parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Project parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Project parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Project parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Project parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Project parseFrom(InputStream input) throws IOException
IOExceptionpublic static Project parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Project parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Project parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Project parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Project parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Project.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Project.Builder newBuilder()
public static Project.Builder newBuilder(Project prototype)
public Project.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Project.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Project getDefaultInstance()
public static com.google.protobuf.Parser<Project> parser()
public com.google.protobuf.Parser<Project> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Project getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023 Google LLC. All rights reserved.