Class GenerateAttachedClusterInstallManifestResponse (0.29.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
TypeDescription
int

Static Methods

getDefaultInstance()

public static GenerateAttachedClusterInstallManifestResponse getDefaultInstance()
Returns
TypeDescription
GenerateAttachedClusterInstallManifestResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static GenerateAttachedClusterInstallManifestResponse.Builder newBuilder()
Returns
TypeDescription
GenerateAttachedClusterInstallManifestResponse.Builder

newBuilder(GenerateAttachedClusterInstallManifestResponse prototype)

public static GenerateAttachedClusterInstallManifestResponse.Builder newBuilder(GenerateAttachedClusterInstallManifestResponse prototype)
Parameter
NameDescription
prototypeGenerateAttachedClusterInstallManifestResponse
Returns
TypeDescription
GenerateAttachedClusterInstallManifestResponse.Builder

parseDelimitedFrom(InputStream input)

public static GenerateAttachedClusterInstallManifestResponse parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
GenerateAttachedClusterInstallManifestResponse
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GenerateAttachedClusterInstallManifestResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GenerateAttachedClusterInstallManifestResponse
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static GenerateAttachedClusterInstallManifestResponse parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
GenerateAttachedClusterInstallManifestResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static GenerateAttachedClusterInstallManifestResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GenerateAttachedClusterInstallManifestResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static GenerateAttachedClusterInstallManifestResponse parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
GenerateAttachedClusterInstallManifestResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static GenerateAttachedClusterInstallManifestResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GenerateAttachedClusterInstallManifestResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static GenerateAttachedClusterInstallManifestResponse parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
GenerateAttachedClusterInstallManifestResponse
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static GenerateAttachedClusterInstallManifestResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GenerateAttachedClusterInstallManifestResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static GenerateAttachedClusterInstallManifestResponse parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
GenerateAttachedClusterInstallManifestResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GenerateAttachedClusterInstallManifestResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GenerateAttachedClusterInstallManifestResponse
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static GenerateAttachedClusterInstallManifestResponse parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
GenerateAttachedClusterInstallManifestResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static GenerateAttachedClusterInstallManifestResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GenerateAttachedClusterInstallManifestResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<GenerateAttachedClusterInstallManifestResponse> parser()
Returns
TypeDescription
Parser<GenerateAttachedClusterInstallManifestResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public GenerateAttachedClusterInstallManifestResponse getDefaultInstanceForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for manifest.

getParserForType()

public Parser<GenerateAttachedClusterInstallManifestResponse> getParserForType()
Returns
TypeDescription
Parser<GenerateAttachedClusterInstallManifestResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public GenerateAttachedClusterInstallManifestResponse.Builder newBuilderForType()
Returns
TypeDescription
GenerateAttachedClusterInstallManifestResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected GenerateAttachedClusterInstallManifestResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
GenerateAttachedClusterInstallManifestResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public GenerateAttachedClusterInstallManifestResponse.Builder toBuilder()
Returns
TypeDescription
GenerateAttachedClusterInstallManifestResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException