public static final class CustomImageConfig.Builder extends GeneratedMessage.Builder<CustomImageConfig.Builder> implements CustomImageConfigOrBuilderCustomImageConfig contains the information r
Protobuf type google.container.v1.CustomImageConfig
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > CustomImageConfig.BuilderImplements
CustomImageConfigOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public CustomImageConfig build()| Returns | |
|---|---|
| Type | Description |
CustomImageConfig |
|
buildPartial()
public CustomImageConfig buildPartial()| Returns | |
|---|---|
| Type | Description |
CustomImageConfig |
|
clear()
public CustomImageConfig.Builder clear()| Returns | |
|---|---|
| Type | Description |
CustomImageConfig.Builder |
|
clearImage()
public CustomImageConfig.Builder clearImage()The name of the image to use for this node.
string image = 1;
| Returns | |
|---|---|
| Type | Description |
CustomImageConfig.Builder |
This builder for chaining. |
clearImageProject()
public CustomImageConfig.Builder clearImageProject()The project containing the image to use for this node.
string image_project = 3;
| Returns | |
|---|---|
| Type | Description |
CustomImageConfig.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public CustomImageConfig getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
CustomImageConfig |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getImage()
public String getImage()The name of the image to use for this node.
string image = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The image. |
getImageBytes()
public ByteString getImageBytes()The name of the image to use for this node.
string image = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for image. |
getImageProject()
public String getImageProject()The project containing the image to use for this node.
string image_project = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The imageProject. |
getImageProjectBytes()
public ByteString getImageProjectBytes()The project containing the image to use for this node.
string image_project = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for imageProject. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CustomImageConfig other)
public CustomImageConfig.Builder mergeFrom(CustomImageConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
CustomImageConfig |
| Returns | |
|---|---|
| Type | Description |
CustomImageConfig.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CustomImageConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CustomImageConfig.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public CustomImageConfig.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
CustomImageConfig.Builder |
|
setImage(String value)
public CustomImageConfig.Builder setImage(String value)The name of the image to use for this node.
string image = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe image to set. |
| Returns | |
|---|---|
| Type | Description |
CustomImageConfig.Builder |
This builder for chaining. |
setImageBytes(ByteString value)
public CustomImageConfig.Builder setImageBytes(ByteString value)The name of the image to use for this node.
string image = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for image to set. |
| Returns | |
|---|---|
| Type | Description |
CustomImageConfig.Builder |
This builder for chaining. |
setImageProject(String value)
public CustomImageConfig.Builder setImageProject(String value)The project containing the image to use for this node.
string image_project = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe imageProject to set. |
| Returns | |
|---|---|
| Type | Description |
CustomImageConfig.Builder |
This builder for chaining. |
setImageProjectBytes(ByteString value)
public CustomImageConfig.Builder setImageProjectBytes(ByteString value)The project containing the image to use for this node.
string image_project = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for imageProject to set. |
| Returns | |
|---|---|
| Type | Description |
CustomImageConfig.Builder |
This builder for chaining. |