Class GenerateAttachedClusterInstallManifestResponse (0.41.0)

public final class GenerateAttachedClusterInstallManifestResponse extends GeneratedMessageV3 implements GenerateAttachedClusterInstallManifestResponseOrBuilder

Response message for AttachedClusters.GenerateAttachedClusterInstallManifest method.

Protobuf type google.cloud.gkemulticloud.v1.GenerateAttachedClusterInstallManifestResponse

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > GenerateAttachedClusterInstallManifestResponse

Static Fields

MANIFEST_FIELD_NUMBER

public static final int MANIFEST_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static GenerateAttachedClusterInstallManifestResponse getDefaultInstance()
Returns
Type Description
GenerateAttachedClusterInstallManifestResponse

getDescriptor()

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

newBuilder()

public static GenerateAttachedClusterInstallManifestResponse.Builder newBuilder()
Returns
Type Description
GenerateAttachedClusterInstallManifestResponse.Builder

newBuilder(GenerateAttachedClusterInstallManifestResponse prototype)

public static GenerateAttachedClusterInstallManifestResponse.Builder newBuilder(GenerateAttachedClusterInstallManifestResponse prototype)
Parameter
Name Description
prototype GenerateAttachedClusterInstallManifestResponse
Returns
Type Description
GenerateAttachedClusterInstallManifestResponse.Builder

parseDelimitedFrom(InputStream input)

public static GenerateAttachedClusterInstallManifestResponse parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
GenerateAttachedClusterInstallManifestResponse
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GenerateAttachedClusterInstallManifestResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GenerateAttachedClusterInstallManifestResponse
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static GenerateAttachedClusterInstallManifestResponse parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
GenerateAttachedClusterInstallManifestResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static GenerateAttachedClusterInstallManifestResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GenerateAttachedClusterInstallManifestResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static GenerateAttachedClusterInstallManifestResponse parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
GenerateAttachedClusterInstallManifestResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static GenerateAttachedClusterInstallManifestResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GenerateAttachedClusterInstallManifestResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static GenerateAttachedClusterInstallManifestResponse parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
GenerateAttachedClusterInstallManifestResponse
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static GenerateAttachedClusterInstallManifestResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GenerateAttachedClusterInstallManifestResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static GenerateAttachedClusterInstallManifestResponse parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
GenerateAttachedClusterInstallManifestResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GenerateAttachedClusterInstallManifestResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GenerateAttachedClusterInstallManifestResponse
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static GenerateAttachedClusterInstallManifestResponse parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
GenerateAttachedClusterInstallManifestResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static GenerateAttachedClusterInstallManifestResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GenerateAttachedClusterInstallManifestResponse
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<GenerateAttachedClusterInstallManifestResponse> parser()
Returns
Type Description
Parser<GenerateAttachedClusterInstallManifestResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public GenerateAttachedClusterInstallManifestResponse getDefaultInstanceForType()
Returns
Type Description
GenerateAttachedClusterInstallManifestResponse

getManifest()

public String getManifest()

A set of Kubernetes resources (in YAML format) to be applied to the cluster to be attached.

string manifest = 1;

Returns
Type Description
String

The manifest.

getManifestBytes()

public ByteString getManifestBytes()

A set of Kubernetes resources (in YAML format) to be applied to the cluster to be attached.

string manifest = 1;

Returns
Type Description
ByteString

The bytes for manifest.

getParserForType()

public Parser<GenerateAttachedClusterInstallManifestResponse> getParserForType()
Returns
Type Description
Parser<GenerateAttachedClusterInstallManifestResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public GenerateAttachedClusterInstallManifestResponse.Builder newBuilderForType()
Returns
Type Description
GenerateAttachedClusterInstallManifestResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected GenerateAttachedClusterInstallManifestResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
GenerateAttachedClusterInstallManifestResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public GenerateAttachedClusterInstallManifestResponse.Builder toBuilder()
Returns
Type Description
GenerateAttachedClusterInstallManifestResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException