public final class GenerateConnectManifestRequest extends GeneratedMessageV3 implements GenerateConnectManifestRequestOrBuilder
Request message for GkeHub.GenerateConnectManifest
method.
.
Protobuf type google.cloud.gkehub.v1.GenerateConnectManifestRequest
Static Fields
IMAGE_PULL_SECRET_CONTENT_FIELD_NUMBER
public static final int IMAGE_PULL_SECRET_CONTENT_FIELD_NUMBER
Field Value
IS_UPGRADE_FIELD_NUMBER
public static final int IS_UPGRADE_FIELD_NUMBER
Field Value
NAMESPACE_FIELD_NUMBER
public static final int NAMESPACE_FIELD_NUMBER
Field Value
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value
PROXY_FIELD_NUMBER
public static final int PROXY_FIELD_NUMBER
Field Value
REGISTRY_FIELD_NUMBER
public static final int REGISTRY_FIELD_NUMBER
Field Value
VERSION_FIELD_NUMBER
public static final int VERSION_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static GenerateConnectManifestRequest getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static GenerateConnectManifestRequest.Builder newBuilder()
Returns
newBuilder(GenerateConnectManifestRequest prototype)
public static GenerateConnectManifestRequest.Builder newBuilder(GenerateConnectManifestRequest prototype)
Parameter
Returns
public static GenerateConnectManifestRequest parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static GenerateConnectManifestRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static GenerateConnectManifestRequest parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GenerateConnectManifestRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static GenerateConnectManifestRequest parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GenerateConnectManifestRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static GenerateConnectManifestRequest parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static GenerateConnectManifestRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static GenerateConnectManifestRequest parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static GenerateConnectManifestRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static GenerateConnectManifestRequest parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static GenerateConnectManifestRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<GenerateConnectManifestRequest> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public GenerateConnectManifestRequest getDefaultInstanceForType()
Returns
getImagePullSecretContent()
public ByteString getImagePullSecretContent()
Optional. The image pull secret content for the registry, if not public.
bytes image_pull_secret_content = 7 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type | Description |
ByteString | The imagePullSecretContent.
|
getIsUpgrade()
public boolean getIsUpgrade()
Optional. If true, generate the resources for upgrade only. Some resources
generated only for installation (e.g. secrets) will be excluded.
bool is_upgrade = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type | Description |
boolean | The isUpgrade.
|
getName()
Required. The Membership resource name the Agent will associate with, in the format
projects/*/locations/*/memberships/*
.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type | Description |
String | The name.
|
getNameBytes()
public ByteString getNameBytes()
Required. The Membership resource name the Agent will associate with, in the format
projects/*/locations/*/memberships/*
.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
getNamespace()
public String getNamespace()
Optional. Namespace for GKE Connect agent resources. Defaults to gke-connect
.
The Connect Agent is authorized automatically when run in the default
namespace. Otherwise, explicit authorization must be granted with an
additional IAM binding.
string namespace = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type | Description |
String | The namespace.
|
getNamespaceBytes()
public ByteString getNamespaceBytes()
Optional. Namespace for GKE Connect agent resources. Defaults to gke-connect
.
The Connect Agent is authorized automatically when run in the default
namespace. Otherwise, explicit authorization must be granted with an
additional IAM binding.
string namespace = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns
getParserForType()
public Parser<GenerateConnectManifestRequest> getParserForType()
Returns
Overrides
getProxy()
public ByteString getProxy()
Optional. URI of a proxy if connectivity from the agent to gkeconnect.googleapis.com
requires the use of a proxy. Format must be in the form
http(s)://{proxy_address}
, depending on the HTTP/HTTPS protocol
supported by the proxy. This will direct the connect agent's outbound
traffic through a HTTP(S) proxy.
bytes proxy = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns
getRegistry()
public String getRegistry()
Optional. The registry to fetch the connect agent image from. Defaults to
gcr.io/gkeconnect.
string registry = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type | Description |
String | The registry.
|
getRegistryBytes()
public ByteString getRegistryBytes()
Optional. The registry to fetch the connect agent image from. Defaults to
gcr.io/gkeconnect.
string registry = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
getVersion()
public String getVersion()
Optional. The Connect agent version to use. Defaults to the most current version.
string version = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type | Description |
String | The version.
|
getVersionBytes()
public ByteString getVersionBytes()
Optional. The Connect agent version to use. Defaults to the most current version.
string version = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public GenerateConnectManifestRequest.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected GenerateConnectManifestRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public GenerateConnectManifestRequest.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions