public final class GenerateConnectManifestResponse extends GeneratedMessage implements GenerateConnectManifestResponseOrBuilderGenerateConnectManifestResponse contains manifest information for installing/upgrading a Connect agent.
Protobuf type google.cloud.gkehub.v1beta1.GenerateConnectManifestResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > GenerateConnectManifestResponseImplements
GenerateConnectManifestResponseOrBuilderStatic Fields
MANIFEST_FIELD_NUMBER
public static final int MANIFEST_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static GenerateConnectManifestResponse getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
GenerateConnectManifestResponse |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static GenerateConnectManifestResponse.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
GenerateConnectManifestResponse.Builder |
|
newBuilder(GenerateConnectManifestResponse prototype)
public static GenerateConnectManifestResponse.Builder newBuilder(GenerateConnectManifestResponse prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
GenerateConnectManifestResponse |
| Returns | |
|---|---|
| Type | Description |
GenerateConnectManifestResponse.Builder |
|
parseDelimitedFrom(InputStream input)
public static GenerateConnectManifestResponse parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
GenerateConnectManifestResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static GenerateConnectManifestResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GenerateConnectManifestResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static GenerateConnectManifestResponse parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
GenerateConnectManifestResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GenerateConnectManifestResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GenerateConnectManifestResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static GenerateConnectManifestResponse parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
GenerateConnectManifestResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GenerateConnectManifestResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GenerateConnectManifestResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static GenerateConnectManifestResponse parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
GenerateConnectManifestResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static GenerateConnectManifestResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GenerateConnectManifestResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static GenerateConnectManifestResponse parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
GenerateConnectManifestResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static GenerateConnectManifestResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GenerateConnectManifestResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static GenerateConnectManifestResponse parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
GenerateConnectManifestResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static GenerateConnectManifestResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GenerateConnectManifestResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<GenerateConnectManifestResponse> parser()| Returns | |
|---|---|
| Type | Description |
Parser<GenerateConnectManifestResponse> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public GenerateConnectManifestResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GenerateConnectManifestResponse |
|
getManifest(int index)
public ConnectAgentResource getManifest(int index)The ordered list of Kubernetes resources that need to be applied to the cluster for GKE Connect agent installation/upgrade.
repeated .google.cloud.gkehub.v1beta1.ConnectAgentResource manifest = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ConnectAgentResource |
|
getManifestCount()
public int getManifestCount()The ordered list of Kubernetes resources that need to be applied to the cluster for GKE Connect agent installation/upgrade.
repeated .google.cloud.gkehub.v1beta1.ConnectAgentResource manifest = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getManifestList()
public List<ConnectAgentResource> getManifestList()The ordered list of Kubernetes resources that need to be applied to the cluster for GKE Connect agent installation/upgrade.
repeated .google.cloud.gkehub.v1beta1.ConnectAgentResource manifest = 1;
| Returns | |
|---|---|
| Type | Description |
List<ConnectAgentResource> |
|
getManifestOrBuilder(int index)
public ConnectAgentResourceOrBuilder getManifestOrBuilder(int index)The ordered list of Kubernetes resources that need to be applied to the cluster for GKE Connect agent installation/upgrade.
repeated .google.cloud.gkehub.v1beta1.ConnectAgentResource manifest = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ConnectAgentResourceOrBuilder |
|
getManifestOrBuilderList()
public List<? extends ConnectAgentResourceOrBuilder> getManifestOrBuilderList()The ordered list of Kubernetes resources that need to be applied to the cluster for GKE Connect agent installation/upgrade.
repeated .google.cloud.gkehub.v1beta1.ConnectAgentResource manifest = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.gkehub.v1beta1.ConnectAgentResourceOrBuilder> |
|
getParserForType()
public Parser<GenerateConnectManifestResponse> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<GenerateConnectManifestResponse> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public GenerateConnectManifestResponse.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
GenerateConnectManifestResponse.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected GenerateConnectManifestResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
GenerateConnectManifestResponse.Builder |
|
toBuilder()
public GenerateConnectManifestResponse.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
GenerateConnectManifestResponse.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|