public static final class PrivatePoolV1Config.WorkerConfig extends GeneratedMessageV3 implements PrivatePoolV1Config.WorkerConfigOrBuilder
Defines the configuration to be used for creating workers in
the pool.
Protobuf type google.devtools.cloudbuild.v1.PrivatePoolV1Config.WorkerConfig
Static Fields
DISK_SIZE_GB_FIELD_NUMBER
public static final int DISK_SIZE_GB_FIELD_NUMBER
Field Value
MACHINE_TYPE_FIELD_NUMBER
public static final int MACHINE_TYPE_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static PrivatePoolV1Config.WorkerConfig getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static PrivatePoolV1Config.WorkerConfig.Builder newBuilder()
Returns
newBuilder(PrivatePoolV1Config.WorkerConfig prototype)
public static PrivatePoolV1Config.WorkerConfig.Builder newBuilder(PrivatePoolV1Config.WorkerConfig prototype)
Parameter
Returns
public static PrivatePoolV1Config.WorkerConfig parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static PrivatePoolV1Config.WorkerConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static PrivatePoolV1Config.WorkerConfig parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static PrivatePoolV1Config.WorkerConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static PrivatePoolV1Config.WorkerConfig parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static PrivatePoolV1Config.WorkerConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static PrivatePoolV1Config.WorkerConfig parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static PrivatePoolV1Config.WorkerConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static PrivatePoolV1Config.WorkerConfig parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static PrivatePoolV1Config.WorkerConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static PrivatePoolV1Config.WorkerConfig parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static PrivatePoolV1Config.WorkerConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<PrivatePoolV1Config.WorkerConfig> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public PrivatePoolV1Config.WorkerConfig getDefaultInstanceForType()
Returns
getDiskSizeGb()
public long getDiskSizeGb()
Size of the disk attached to the worker, in GB.
See Worker pool config
file.
Specify a value of up to 1000. If 0
is specified, Cloud Build will use
a standard disk size.
int64 disk_size_gb = 2;
Returns
Type | Description |
long | The diskSizeGb.
|
getMachineType()
public String getMachineType()
Machine type of a worker, such as e2-medium
.
See Worker pool config
file.
If left blank, Cloud Build will use a sensible default.
string machine_type = 1;
Returns
Type | Description |
String | The machineType.
|
getMachineTypeBytes()
public ByteString getMachineTypeBytes()
Machine type of a worker, such as e2-medium
.
See Worker pool config
file.
If left blank, Cloud Build will use a sensible default.
string machine_type = 1;
Returns
Type | Description |
ByteString | The bytes for machineType.
|
getParserForType()
public Parser<PrivatePoolV1Config.WorkerConfig> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public PrivatePoolV1Config.WorkerConfig.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected PrivatePoolV1Config.WorkerConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public PrivatePoolV1Config.WorkerConfig.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions