Class ShareSettingsProjectConfig.Builder (1.93.0)

public static final class ShareSettingsProjectConfig.Builder extends GeneratedMessage.Builder<ShareSettingsProjectConfig.Builder> implements ShareSettingsProjectConfigOrBuilder

Config for each project in the share settings.

Protobuf type google.cloud.compute.v1.ShareSettingsProjectConfig

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public ShareSettingsProjectConfig build()
Returns
Type Description
ShareSettingsProjectConfig

buildPartial()

public ShareSettingsProjectConfig buildPartial()
Returns
Type Description
ShareSettingsProjectConfig

clear()

public ShareSettingsProjectConfig.Builder clear()
Returns
Type Description
ShareSettingsProjectConfig.Builder
Overrides

clearProjectId()

public ShareSettingsProjectConfig.Builder clearProjectId()

The project ID, should be same as the key of this project config in the parent map.

optional string project_id = 177513473;

Returns
Type Description
ShareSettingsProjectConfig.Builder

This builder for chaining.

getDefaultInstanceForType()

public ShareSettingsProjectConfig getDefaultInstanceForType()
Returns
Type Description
ShareSettingsProjectConfig

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getProjectId()

public String getProjectId()

The project ID, should be same as the key of this project config in the parent map.

optional string project_id = 177513473;

Returns
Type Description
String

The projectId.

getProjectIdBytes()

public ByteString getProjectIdBytes()

The project ID, should be same as the key of this project config in the parent map.

optional string project_id = 177513473;

Returns
Type Description
ByteString

The bytes for projectId.

hasProjectId()

public boolean hasProjectId()

The project ID, should be same as the key of this project config in the parent map.

optional string project_id = 177513473;

Returns
Type Description
boolean

Whether the projectId field is set.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ShareSettingsProjectConfig other)

public ShareSettingsProjectConfig.Builder mergeFrom(ShareSettingsProjectConfig other)
Parameter
Name Description
other ShareSettingsProjectConfig
Returns
Type Description
ShareSettingsProjectConfig.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ShareSettingsProjectConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ShareSettingsProjectConfig.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ShareSettingsProjectConfig.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ShareSettingsProjectConfig.Builder
Overrides

setProjectId(String value)

public ShareSettingsProjectConfig.Builder setProjectId(String value)

The project ID, should be same as the key of this project config in the parent map.

optional string project_id = 177513473;

Parameter
Name Description
value String

The projectId to set.

Returns
Type Description
ShareSettingsProjectConfig.Builder

This builder for chaining.

setProjectIdBytes(ByteString value)

public ShareSettingsProjectConfig.Builder setProjectIdBytes(ByteString value)

The project ID, should be same as the key of this project config in the parent map.

optional string project_id = 177513473;

Parameter
Name Description
value ByteString

The bytes for projectId to set.

Returns
Type Description
ShareSettingsProjectConfig.Builder

This builder for chaining.