Class GenerateConnectManifestResponse.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<GenerateConnectManifestResponse.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<GenerateConnectManifestResponse.Builder>
      • getDefaultInstanceForType

        public GenerateConnectManifestResponse getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public GenerateConnectManifestResponse build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public GenerateConnectManifestResponse buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<GenerateConnectManifestResponse.Builder>
      • 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;
        Specified by:
        getManifestCount in interface GenerateConnectManifestResponseOrBuilder
      • setManifest

        public GenerateConnectManifestResponse.Builder setManifest​(int index,
                                                                   ConnectAgentResource value)
         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;
      • addManifest

        public GenerateConnectManifestResponse.Builder addManifest​(ConnectAgentResource value)
         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;
      • addManifest

        public GenerateConnectManifestResponse.Builder addManifest​(int index,
                                                                   ConnectAgentResource value)
         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;
      • clearManifest

        public GenerateConnectManifestResponse.Builder clearManifest()
         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;
      • removeManifest

        public GenerateConnectManifestResponse.Builder removeManifest​(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;
      • getManifestBuilder

        public ConnectAgentResource.Builder getManifestBuilder​(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;
      • addManifestBuilder

        public ConnectAgentResource.Builder addManifestBuilder()
         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;
      • addManifestBuilder

        public ConnectAgentResource.Builder addManifestBuilder​(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;
      • getManifestBuilderList

        public List<ConnectAgentResource.Builder> getManifestBuilderList()
         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;