public interface GenerateConnectManifestRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ConnectAgent |
getConnectAgent()
Optional.
|
ConnectAgentOrBuilder |
getConnectAgentOrBuilder()
Optional.
|
com.google.protobuf.ByteString |
getImagePullSecretContent()
Optional.
|
boolean |
getIsUpgrade()
Optional.
|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
String |
getRegistry()
Optional.
|
com.google.protobuf.ByteString |
getRegistryBytes()
Optional.
|
String |
getVersion()
Optional.
|
com.google.protobuf.ByteString |
getVersionBytes()
Optional.
|
boolean |
hasConnectAgent()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }
com.google.protobuf.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) = { ... }
boolean hasConnectAgent()
Optional. The connect agent to generate manifest for.
.google.cloud.gkehub.v1beta1.ConnectAgent connect_agent = 2 [(.google.api.field_behavior) = OPTIONAL];
ConnectAgent getConnectAgent()
Optional. The connect agent to generate manifest for.
.google.cloud.gkehub.v1beta1.ConnectAgent connect_agent = 2 [(.google.api.field_behavior) = OPTIONAL];
ConnectAgentOrBuilder getConnectAgentOrBuilder()
Optional. The connect agent to generate manifest for.
.google.cloud.gkehub.v1beta1.ConnectAgent connect_agent = 2 [(.google.api.field_behavior) = OPTIONAL];
String getVersion()
Optional. The Connect agent version to use. Defaults to the most current version.
string version = 3 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getVersionBytes()
Optional. The Connect agent version to use. Defaults to the most current version.
string version = 3 [(.google.api.field_behavior) = OPTIONAL];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 = 4 [(.google.api.field_behavior) = OPTIONAL];String getRegistry()
Optional. The registry to fetch the connect agent image from. Defaults to gcr.io/gkeconnect.
string registry = 5 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getRegistryBytes()
Optional. The registry to fetch the connect agent image from. Defaults to gcr.io/gkeconnect.
string registry = 5 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getImagePullSecretContent()
Optional. The image pull secret content for the registry, if not public.
bytes image_pull_secret_content = 6 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2025 Google LLC. All rights reserved.