public static final class KubernetesResource.Builder extends GeneratedMessageV3.Builder<KubernetesResource.Builder> implements KubernetesResourceOrBuilder
KubernetesResource contains the YAML manifests and configuration for
Membership Kubernetes resources in the cluster. After CreateMembership or
UpdateMembership, these resources should be re-applied in the cluster.
Protobuf type google.events.cloud.gkehub.v1.KubernetesResource
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllConnectResources(Iterable<? extends ResourceManifest> values)
public KubernetesResource.Builder addAllConnectResources(Iterable<? extends ResourceManifest> values)
Output only. The Kubernetes resources for installing the GKE Connect agent
This field is only populated in the Membership returned from a successful
long-running operation from CreateMembership or UpdateMembership. It is not
populated during normal GetMembership or ListMemberships requests. To get
the resource manifest after the initial registration, the caller should
make a UpdateMembership call with an empty field mask.
repeated .google.events.cloud.gkehub.v1.ResourceManifest connect_resources = 3;
Parameter |
---|
Name | Description |
values | Iterable<? extends com.google.events.cloud.gkehub.v1.ResourceManifest>
|
addAllMembershipResources(Iterable<? extends ResourceManifest> values)
public KubernetesResource.Builder addAllMembershipResources(Iterable<? extends ResourceManifest> values)
Output only. Additional Kubernetes resources that need to be applied to the
cluster after Membership creation, and after every update.
This field is only populated in the Membership returned from a successful
long-running operation from CreateMembership or UpdateMembership. It is not
populated during normal GetMembership or ListMemberships requests. To get
the resource manifest after the initial registration, the caller should
make a UpdateMembership call with an empty field mask.
repeated .google.events.cloud.gkehub.v1.ResourceManifest membership_resources = 2;
Parameter |
---|
Name | Description |
values | Iterable<? extends com.google.events.cloud.gkehub.v1.ResourceManifest>
|
addConnectResources(ResourceManifest value)
public KubernetesResource.Builder addConnectResources(ResourceManifest value)
Output only. The Kubernetes resources for installing the GKE Connect agent
This field is only populated in the Membership returned from a successful
long-running operation from CreateMembership or UpdateMembership. It is not
populated during normal GetMembership or ListMemberships requests. To get
the resource manifest after the initial registration, the caller should
make a UpdateMembership call with an empty field mask.
repeated .google.events.cloud.gkehub.v1.ResourceManifest connect_resources = 3;
addConnectResources(ResourceManifest.Builder builderForValue)
public KubernetesResource.Builder addConnectResources(ResourceManifest.Builder builderForValue)
Output only. The Kubernetes resources for installing the GKE Connect agent
This field is only populated in the Membership returned from a successful
long-running operation from CreateMembership or UpdateMembership. It is not
populated during normal GetMembership or ListMemberships requests. To get
the resource manifest after the initial registration, the caller should
make a UpdateMembership call with an empty field mask.
repeated .google.events.cloud.gkehub.v1.ResourceManifest connect_resources = 3;
addConnectResources(int index, ResourceManifest value)
public KubernetesResource.Builder addConnectResources(int index, ResourceManifest value)
Output only. The Kubernetes resources for installing the GKE Connect agent
This field is only populated in the Membership returned from a successful
long-running operation from CreateMembership or UpdateMembership. It is not
populated during normal GetMembership or ListMemberships requests. To get
the resource manifest after the initial registration, the caller should
make a UpdateMembership call with an empty field mask.
repeated .google.events.cloud.gkehub.v1.ResourceManifest connect_resources = 3;
addConnectResources(int index, ResourceManifest.Builder builderForValue)
public KubernetesResource.Builder addConnectResources(int index, ResourceManifest.Builder builderForValue)
Output only. The Kubernetes resources for installing the GKE Connect agent
This field is only populated in the Membership returned from a successful
long-running operation from CreateMembership or UpdateMembership. It is not
populated during normal GetMembership or ListMemberships requests. To get
the resource manifest after the initial registration, the caller should
make a UpdateMembership call with an empty field mask.
repeated .google.events.cloud.gkehub.v1.ResourceManifest connect_resources = 3;
addConnectResourcesBuilder()
public ResourceManifest.Builder addConnectResourcesBuilder()
Output only. The Kubernetes resources for installing the GKE Connect agent
This field is only populated in the Membership returned from a successful
long-running operation from CreateMembership or UpdateMembership. It is not
populated during normal GetMembership or ListMemberships requests. To get
the resource manifest after the initial registration, the caller should
make a UpdateMembership call with an empty field mask.
repeated .google.events.cloud.gkehub.v1.ResourceManifest connect_resources = 3;
addConnectResourcesBuilder(int index)
public ResourceManifest.Builder addConnectResourcesBuilder(int index)
Output only. The Kubernetes resources for installing the GKE Connect agent
This field is only populated in the Membership returned from a successful
long-running operation from CreateMembership or UpdateMembership. It is not
populated during normal GetMembership or ListMemberships requests. To get
the resource manifest after the initial registration, the caller should
make a UpdateMembership call with an empty field mask.
repeated .google.events.cloud.gkehub.v1.ResourceManifest connect_resources = 3;
Parameter |
---|
Name | Description |
index | int
|
addMembershipResources(ResourceManifest value)
public KubernetesResource.Builder addMembershipResources(ResourceManifest value)
Output only. Additional Kubernetes resources that need to be applied to the
cluster after Membership creation, and after every update.
This field is only populated in the Membership returned from a successful
long-running operation from CreateMembership or UpdateMembership. It is not
populated during normal GetMembership or ListMemberships requests. To get
the resource manifest after the initial registration, the caller should
make a UpdateMembership call with an empty field mask.
repeated .google.events.cloud.gkehub.v1.ResourceManifest membership_resources = 2;
addMembershipResources(ResourceManifest.Builder builderForValue)
public KubernetesResource.Builder addMembershipResources(ResourceManifest.Builder builderForValue)
Output only. Additional Kubernetes resources that need to be applied to the
cluster after Membership creation, and after every update.
This field is only populated in the Membership returned from a successful
long-running operation from CreateMembership or UpdateMembership. It is not
populated during normal GetMembership or ListMemberships requests. To get
the resource manifest after the initial registration, the caller should
make a UpdateMembership call with an empty field mask.
repeated .google.events.cloud.gkehub.v1.ResourceManifest membership_resources = 2;
addMembershipResources(int index, ResourceManifest value)
public KubernetesResource.Builder addMembershipResources(int index, ResourceManifest value)
Output only. Additional Kubernetes resources that need to be applied to the
cluster after Membership creation, and after every update.
This field is only populated in the Membership returned from a successful
long-running operation from CreateMembership or UpdateMembership. It is not
populated during normal GetMembership or ListMemberships requests. To get
the resource manifest after the initial registration, the caller should
make a UpdateMembership call with an empty field mask.
repeated .google.events.cloud.gkehub.v1.ResourceManifest membership_resources = 2;
addMembershipResources(int index, ResourceManifest.Builder builderForValue)
public KubernetesResource.Builder addMembershipResources(int index, ResourceManifest.Builder builderForValue)
Output only. Additional Kubernetes resources that need to be applied to the
cluster after Membership creation, and after every update.
This field is only populated in the Membership returned from a successful
long-running operation from CreateMembership or UpdateMembership. It is not
populated during normal GetMembership or ListMemberships requests. To get
the resource manifest after the initial registration, the caller should
make a UpdateMembership call with an empty field mask.
repeated .google.events.cloud.gkehub.v1.ResourceManifest membership_resources = 2;
addMembershipResourcesBuilder()
public ResourceManifest.Builder addMembershipResourcesBuilder()
Output only. Additional Kubernetes resources that need to be applied to the
cluster after Membership creation, and after every update.
This field is only populated in the Membership returned from a successful
long-running operation from CreateMembership or UpdateMembership. It is not
populated during normal GetMembership or ListMemberships requests. To get
the resource manifest after the initial registration, the caller should
make a UpdateMembership call with an empty field mask.
repeated .google.events.cloud.gkehub.v1.ResourceManifest membership_resources = 2;
addMembershipResourcesBuilder(int index)
public ResourceManifest.Builder addMembershipResourcesBuilder(int index)
Output only. Additional Kubernetes resources that need to be applied to the
cluster after Membership creation, and after every update.
This field is only populated in the Membership returned from a successful
long-running operation from CreateMembership or UpdateMembership. It is not
populated during normal GetMembership or ListMemberships requests. To get
the resource manifest after the initial registration, the caller should
make a UpdateMembership call with an empty field mask.
repeated .google.events.cloud.gkehub.v1.ResourceManifest membership_resources = 2;
Parameter |
---|
Name | Description |
index | int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public KubernetesResource.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public KubernetesResource build()
buildPartial()
public KubernetesResource buildPartial()
clear()
public KubernetesResource.Builder clear()
Overrides
clearConnectResources()
public KubernetesResource.Builder clearConnectResources()
Output only. The Kubernetes resources for installing the GKE Connect agent
This field is only populated in the Membership returned from a successful
long-running operation from CreateMembership or UpdateMembership. It is not
populated during normal GetMembership or ListMemberships requests. To get
the resource manifest after the initial registration, the caller should
make a UpdateMembership call with an empty field mask.
repeated .google.events.cloud.gkehub.v1.ResourceManifest connect_resources = 3;
clearField(Descriptors.FieldDescriptor field)
public KubernetesResource.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearMembershipResources()
public KubernetesResource.Builder clearMembershipResources()
Output only. Additional Kubernetes resources that need to be applied to the
cluster after Membership creation, and after every update.
This field is only populated in the Membership returned from a successful
long-running operation from CreateMembership or UpdateMembership. It is not
populated during normal GetMembership or ListMemberships requests. To get
the resource manifest after the initial registration, the caller should
make a UpdateMembership call with an empty field mask.
repeated .google.events.cloud.gkehub.v1.ResourceManifest membership_resources = 2;
clearOneof(Descriptors.OneofDescriptor oneof)
public KubernetesResource.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearResourceOptions()
public KubernetesResource.Builder clearResourceOptions()
Optional. Options for Kubernetes resource generation.
.google.events.cloud.gkehub.v1.ResourceOptions resource_options = 4;
clone()
public KubernetesResource.Builder clone()
Overrides
getConnectResources(int index)
public ResourceManifest getConnectResources(int index)
Output only. The Kubernetes resources for installing the GKE Connect agent
This field is only populated in the Membership returned from a successful
long-running operation from CreateMembership or UpdateMembership. It is not
populated during normal GetMembership or ListMemberships requests. To get
the resource manifest after the initial registration, the caller should
make a UpdateMembership call with an empty field mask.
repeated .google.events.cloud.gkehub.v1.ResourceManifest connect_resources = 3;
Parameter |
---|
Name | Description |
index | int
|
getConnectResourcesBuilder(int index)
public ResourceManifest.Builder getConnectResourcesBuilder(int index)
Output only. The Kubernetes resources for installing the GKE Connect agent
This field is only populated in the Membership returned from a successful
long-running operation from CreateMembership or UpdateMembership. It is not
populated during normal GetMembership or ListMemberships requests. To get
the resource manifest after the initial registration, the caller should
make a UpdateMembership call with an empty field mask.
repeated .google.events.cloud.gkehub.v1.ResourceManifest connect_resources = 3;
Parameter |
---|
Name | Description |
index | int
|
getConnectResourcesBuilderList()
public List<ResourceManifest.Builder> getConnectResourcesBuilderList()
Output only. The Kubernetes resources for installing the GKE Connect agent
This field is only populated in the Membership returned from a successful
long-running operation from CreateMembership or UpdateMembership. It is not
populated during normal GetMembership or ListMemberships requests. To get
the resource manifest after the initial registration, the caller should
make a UpdateMembership call with an empty field mask.
repeated .google.events.cloud.gkehub.v1.ResourceManifest connect_resources = 3;
getConnectResourcesCount()
public int getConnectResourcesCount()
Output only. The Kubernetes resources for installing the GKE Connect agent
This field is only populated in the Membership returned from a successful
long-running operation from CreateMembership or UpdateMembership. It is not
populated during normal GetMembership or ListMemberships requests. To get
the resource manifest after the initial registration, the caller should
make a UpdateMembership call with an empty field mask.
repeated .google.events.cloud.gkehub.v1.ResourceManifest connect_resources = 3;
Returns |
---|
Type | Description |
int | |
getConnectResourcesList()
public List<ResourceManifest> getConnectResourcesList()
Output only. The Kubernetes resources for installing the GKE Connect agent
This field is only populated in the Membership returned from a successful
long-running operation from CreateMembership or UpdateMembership. It is not
populated during normal GetMembership or ListMemberships requests. To get
the resource manifest after the initial registration, the caller should
make a UpdateMembership call with an empty field mask.
repeated .google.events.cloud.gkehub.v1.ResourceManifest connect_resources = 3;
getConnectResourcesOrBuilder(int index)
public ResourceManifestOrBuilder getConnectResourcesOrBuilder(int index)
Output only. The Kubernetes resources for installing the GKE Connect agent
This field is only populated in the Membership returned from a successful
long-running operation from CreateMembership or UpdateMembership. It is not
populated during normal GetMembership or ListMemberships requests. To get
the resource manifest after the initial registration, the caller should
make a UpdateMembership call with an empty field mask.
repeated .google.events.cloud.gkehub.v1.ResourceManifest connect_resources = 3;
Parameter |
---|
Name | Description |
index | int
|
getConnectResourcesOrBuilderList()
public List<? extends ResourceManifestOrBuilder> getConnectResourcesOrBuilderList()
Output only. The Kubernetes resources for installing the GKE Connect agent
This field is only populated in the Membership returned from a successful
long-running operation from CreateMembership or UpdateMembership. It is not
populated during normal GetMembership or ListMemberships requests. To get
the resource manifest after the initial registration, the caller should
make a UpdateMembership call with an empty field mask.
repeated .google.events.cloud.gkehub.v1.ResourceManifest connect_resources = 3;
Returns |
---|
Type | Description |
List<? extends com.google.events.cloud.gkehub.v1.ResourceManifestOrBuilder> | |
getDefaultInstanceForType()
public KubernetesResource getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getMembershipResources(int index)
public ResourceManifest getMembershipResources(int index)
Output only. Additional Kubernetes resources that need to be applied to the
cluster after Membership creation, and after every update.
This field is only populated in the Membership returned from a successful
long-running operation from CreateMembership or UpdateMembership. It is not
populated during normal GetMembership or ListMemberships requests. To get
the resource manifest after the initial registration, the caller should
make a UpdateMembership call with an empty field mask.
repeated .google.events.cloud.gkehub.v1.ResourceManifest membership_resources = 2;
Parameter |
---|
Name | Description |
index | int
|
getMembershipResourcesBuilder(int index)
public ResourceManifest.Builder getMembershipResourcesBuilder(int index)
Output only. Additional Kubernetes resources that need to be applied to the
cluster after Membership creation, and after every update.
This field is only populated in the Membership returned from a successful
long-running operation from CreateMembership or UpdateMembership. It is not
populated during normal GetMembership or ListMemberships requests. To get
the resource manifest after the initial registration, the caller should
make a UpdateMembership call with an empty field mask.
repeated .google.events.cloud.gkehub.v1.ResourceManifest membership_resources = 2;
Parameter |
---|
Name | Description |
index | int
|
getMembershipResourcesBuilderList()
public List<ResourceManifest.Builder> getMembershipResourcesBuilderList()
Output only. Additional Kubernetes resources that need to be applied to the
cluster after Membership creation, and after every update.
This field is only populated in the Membership returned from a successful
long-running operation from CreateMembership or UpdateMembership. It is not
populated during normal GetMembership or ListMemberships requests. To get
the resource manifest after the initial registration, the caller should
make a UpdateMembership call with an empty field mask.
repeated .google.events.cloud.gkehub.v1.ResourceManifest membership_resources = 2;
getMembershipResourcesCount()
public int getMembershipResourcesCount()
Output only. Additional Kubernetes resources that need to be applied to the
cluster after Membership creation, and after every update.
This field is only populated in the Membership returned from a successful
long-running operation from CreateMembership or UpdateMembership. It is not
populated during normal GetMembership or ListMemberships requests. To get
the resource manifest after the initial registration, the caller should
make a UpdateMembership call with an empty field mask.
repeated .google.events.cloud.gkehub.v1.ResourceManifest membership_resources = 2;
Returns |
---|
Type | Description |
int | |
getMembershipResourcesList()
public List<ResourceManifest> getMembershipResourcesList()
Output only. Additional Kubernetes resources that need to be applied to the
cluster after Membership creation, and after every update.
This field is only populated in the Membership returned from a successful
long-running operation from CreateMembership or UpdateMembership. It is not
populated during normal GetMembership or ListMemberships requests. To get
the resource manifest after the initial registration, the caller should
make a UpdateMembership call with an empty field mask.
repeated .google.events.cloud.gkehub.v1.ResourceManifest membership_resources = 2;
getMembershipResourcesOrBuilder(int index)
public ResourceManifestOrBuilder getMembershipResourcesOrBuilder(int index)
Output only. Additional Kubernetes resources that need to be applied to the
cluster after Membership creation, and after every update.
This field is only populated in the Membership returned from a successful
long-running operation from CreateMembership or UpdateMembership. It is not
populated during normal GetMembership or ListMemberships requests. To get
the resource manifest after the initial registration, the caller should
make a UpdateMembership call with an empty field mask.
repeated .google.events.cloud.gkehub.v1.ResourceManifest membership_resources = 2;
Parameter |
---|
Name | Description |
index | int
|
getMembershipResourcesOrBuilderList()
public List<? extends ResourceManifestOrBuilder> getMembershipResourcesOrBuilderList()
Output only. Additional Kubernetes resources that need to be applied to the
cluster after Membership creation, and after every update.
This field is only populated in the Membership returned from a successful
long-running operation from CreateMembership or UpdateMembership. It is not
populated during normal GetMembership or ListMemberships requests. To get
the resource manifest after the initial registration, the caller should
make a UpdateMembership call with an empty field mask.
repeated .google.events.cloud.gkehub.v1.ResourceManifest membership_resources = 2;
Returns |
---|
Type | Description |
List<? extends com.google.events.cloud.gkehub.v1.ResourceManifestOrBuilder> | |
getResourceOptions()
public ResourceOptions getResourceOptions()
Optional. Options for Kubernetes resource generation.
.google.events.cloud.gkehub.v1.ResourceOptions resource_options = 4;
getResourceOptionsBuilder()
public ResourceOptions.Builder getResourceOptionsBuilder()
Optional. Options for Kubernetes resource generation.
.google.events.cloud.gkehub.v1.ResourceOptions resource_options = 4;
getResourceOptionsOrBuilder()
public ResourceOptionsOrBuilder getResourceOptionsOrBuilder()
Optional. Options for Kubernetes resource generation.
.google.events.cloud.gkehub.v1.ResourceOptions resource_options = 4;
hasResourceOptions()
public boolean hasResourceOptions()
Optional. Options for Kubernetes resource generation.
.google.events.cloud.gkehub.v1.ResourceOptions resource_options = 4;
Returns |
---|
Type | Description |
boolean | Whether the resourceOptions field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(KubernetesResource other)
public KubernetesResource.Builder mergeFrom(KubernetesResource other)
public KubernetesResource.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public KubernetesResource.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeResourceOptions(ResourceOptions value)
public KubernetesResource.Builder mergeResourceOptions(ResourceOptions value)
Optional. Options for Kubernetes resource generation.
.google.events.cloud.gkehub.v1.ResourceOptions resource_options = 4;
mergeUnknownFields(UnknownFieldSet unknownFields)
public final KubernetesResource.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeConnectResources(int index)
public KubernetesResource.Builder removeConnectResources(int index)
Output only. The Kubernetes resources for installing the GKE Connect agent
This field is only populated in the Membership returned from a successful
long-running operation from CreateMembership or UpdateMembership. It is not
populated during normal GetMembership or ListMemberships requests. To get
the resource manifest after the initial registration, the caller should
make a UpdateMembership call with an empty field mask.
repeated .google.events.cloud.gkehub.v1.ResourceManifest connect_resources = 3;
Parameter |
---|
Name | Description |
index | int
|
removeMembershipResources(int index)
public KubernetesResource.Builder removeMembershipResources(int index)
Output only. Additional Kubernetes resources that need to be applied to the
cluster after Membership creation, and after every update.
This field is only populated in the Membership returned from a successful
long-running operation from CreateMembership or UpdateMembership. It is not
populated during normal GetMembership or ListMemberships requests. To get
the resource manifest after the initial registration, the caller should
make a UpdateMembership call with an empty field mask.
repeated .google.events.cloud.gkehub.v1.ResourceManifest membership_resources = 2;
Parameter |
---|
Name | Description |
index | int
|
setConnectResources(int index, ResourceManifest value)
public KubernetesResource.Builder setConnectResources(int index, ResourceManifest value)
Output only. The Kubernetes resources for installing the GKE Connect agent
This field is only populated in the Membership returned from a successful
long-running operation from CreateMembership or UpdateMembership. It is not
populated during normal GetMembership or ListMemberships requests. To get
the resource manifest after the initial registration, the caller should
make a UpdateMembership call with an empty field mask.
repeated .google.events.cloud.gkehub.v1.ResourceManifest connect_resources = 3;
setConnectResources(int index, ResourceManifest.Builder builderForValue)
public KubernetesResource.Builder setConnectResources(int index, ResourceManifest.Builder builderForValue)
Output only. The Kubernetes resources for installing the GKE Connect agent
This field is only populated in the Membership returned from a successful
long-running operation from CreateMembership or UpdateMembership. It is not
populated during normal GetMembership or ListMemberships requests. To get
the resource manifest after the initial registration, the caller should
make a UpdateMembership call with an empty field mask.
repeated .google.events.cloud.gkehub.v1.ResourceManifest connect_resources = 3;
setField(Descriptors.FieldDescriptor field, Object value)
public KubernetesResource.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setMembershipResources(int index, ResourceManifest value)
public KubernetesResource.Builder setMembershipResources(int index, ResourceManifest value)
Output only. Additional Kubernetes resources that need to be applied to the
cluster after Membership creation, and after every update.
This field is only populated in the Membership returned from a successful
long-running operation from CreateMembership or UpdateMembership. It is not
populated during normal GetMembership or ListMemberships requests. To get
the resource manifest after the initial registration, the caller should
make a UpdateMembership call with an empty field mask.
repeated .google.events.cloud.gkehub.v1.ResourceManifest membership_resources = 2;
setMembershipResources(int index, ResourceManifest.Builder builderForValue)
public KubernetesResource.Builder setMembershipResources(int index, ResourceManifest.Builder builderForValue)
Output only. Additional Kubernetes resources that need to be applied to the
cluster after Membership creation, and after every update.
This field is only populated in the Membership returned from a successful
long-running operation from CreateMembership or UpdateMembership. It is not
populated during normal GetMembership or ListMemberships requests. To get
the resource manifest after the initial registration, the caller should
make a UpdateMembership call with an empty field mask.
repeated .google.events.cloud.gkehub.v1.ResourceManifest membership_resources = 2;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public KubernetesResource.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setResourceOptions(ResourceOptions value)
public KubernetesResource.Builder setResourceOptions(ResourceOptions value)
Optional. Options for Kubernetes resource generation.
.google.events.cloud.gkehub.v1.ResourceOptions resource_options = 4;
setResourceOptions(ResourceOptions.Builder builderForValue)
public KubernetesResource.Builder setResourceOptions(ResourceOptions.Builder builderForValue)
Optional. Options for Kubernetes resource generation.
.google.events.cloud.gkehub.v1.ResourceOptions resource_options = 4;
setUnknownFields(UnknownFieldSet unknownFields)
public final KubernetesResource.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides