Class CreateExternalAccountKeyRequest.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<CreateExternalAccountKeyRequest.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<CreateExternalAccountKeyRequest.Builder>
      • getDefaultInstanceForType

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

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

        public CreateExternalAccountKeyRequest 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<CreateExternalAccountKeyRequest.Builder>
      • getParent

        public String getParent()
         Required. The parent resource where this external_account_key will be created.
         Format: projects/[project_id]/locations/[location].
         At present only the "global" location is supported.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParent in interface CreateExternalAccountKeyRequestOrBuilder
        Returns:
        The parent.
      • getParentBytes

        public com.google.protobuf.ByteString getParentBytes()
         Required. The parent resource where this external_account_key will be created.
         Format: projects/[project_id]/locations/[location].
         At present only the "global" location is supported.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParentBytes in interface CreateExternalAccountKeyRequestOrBuilder
        Returns:
        The bytes for parent.
      • setParent

        public CreateExternalAccountKeyRequest.Builder setParent​(String value)
         Required. The parent resource where this external_account_key will be created.
         Format: projects/[project_id]/locations/[location].
         At present only the "global" location is supported.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The parent to set.
        Returns:
        This builder for chaining.
      • clearParent

        public CreateExternalAccountKeyRequest.Builder clearParent()
         Required. The parent resource where this external_account_key will be created.
         Format: projects/[project_id]/locations/[location].
         At present only the "global" location is supported.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setParentBytes

        public CreateExternalAccountKeyRequest.Builder setParentBytes​(com.google.protobuf.ByteString value)
         Required. The parent resource where this external_account_key will be created.
         Format: projects/[project_id]/locations/[location].
         At present only the "global" location is supported.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for parent to set.
        Returns:
        This builder for chaining.
      • hasExternalAccountKey

        public boolean hasExternalAccountKey()
         Required. The external account key to create. This field only exists to future-proof
         the API. At present, all fields in ExternalAccountKey are output only and
         all values are ignored. For the purpose of the
         CreateExternalAccountKeyRequest, set it to a default/empty value.
         
        .google.cloud.security.publicca.v1beta1.ExternalAccountKey external_account_key = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasExternalAccountKey in interface CreateExternalAccountKeyRequestOrBuilder
        Returns:
        Whether the externalAccountKey field is set.
      • getExternalAccountKey

        public ExternalAccountKey getExternalAccountKey()
         Required. The external account key to create. This field only exists to future-proof
         the API. At present, all fields in ExternalAccountKey are output only and
         all values are ignored. For the purpose of the
         CreateExternalAccountKeyRequest, set it to a default/empty value.
         
        .google.cloud.security.publicca.v1beta1.ExternalAccountKey external_account_key = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getExternalAccountKey in interface CreateExternalAccountKeyRequestOrBuilder
        Returns:
        The externalAccountKey.
      • setExternalAccountKey

        public CreateExternalAccountKeyRequest.Builder setExternalAccountKey​(ExternalAccountKey value)
         Required. The external account key to create. This field only exists to future-proof
         the API. At present, all fields in ExternalAccountKey are output only and
         all values are ignored. For the purpose of the
         CreateExternalAccountKeyRequest, set it to a default/empty value.
         
        .google.cloud.security.publicca.v1beta1.ExternalAccountKey external_account_key = 2 [(.google.api.field_behavior) = REQUIRED];
      • setExternalAccountKey

        public CreateExternalAccountKeyRequest.Builder setExternalAccountKey​(ExternalAccountKey.Builder builderForValue)
         Required. The external account key to create. This field only exists to future-proof
         the API. At present, all fields in ExternalAccountKey are output only and
         all values are ignored. For the purpose of the
         CreateExternalAccountKeyRequest, set it to a default/empty value.
         
        .google.cloud.security.publicca.v1beta1.ExternalAccountKey external_account_key = 2 [(.google.api.field_behavior) = REQUIRED];
      • mergeExternalAccountKey

        public CreateExternalAccountKeyRequest.Builder mergeExternalAccountKey​(ExternalAccountKey value)
         Required. The external account key to create. This field only exists to future-proof
         the API. At present, all fields in ExternalAccountKey are output only and
         all values are ignored. For the purpose of the
         CreateExternalAccountKeyRequest, set it to a default/empty value.
         
        .google.cloud.security.publicca.v1beta1.ExternalAccountKey external_account_key = 2 [(.google.api.field_behavior) = REQUIRED];
      • clearExternalAccountKey

        public CreateExternalAccountKeyRequest.Builder clearExternalAccountKey()
         Required. The external account key to create. This field only exists to future-proof
         the API. At present, all fields in ExternalAccountKey are output only and
         all values are ignored. For the purpose of the
         CreateExternalAccountKeyRequest, set it to a default/empty value.
         
        .google.cloud.security.publicca.v1beta1.ExternalAccountKey external_account_key = 2 [(.google.api.field_behavior) = REQUIRED];
      • getExternalAccountKeyBuilder

        public ExternalAccountKey.Builder getExternalAccountKeyBuilder()
         Required. The external account key to create. This field only exists to future-proof
         the API. At present, all fields in ExternalAccountKey are output only and
         all values are ignored. For the purpose of the
         CreateExternalAccountKeyRequest, set it to a default/empty value.
         
        .google.cloud.security.publicca.v1beta1.ExternalAccountKey external_account_key = 2 [(.google.api.field_behavior) = REQUIRED];
      • getExternalAccountKeyOrBuilder

        public ExternalAccountKeyOrBuilder getExternalAccountKeyOrBuilder()
         Required. The external account key to create. This field only exists to future-proof
         the API. At present, all fields in ExternalAccountKey are output only and
         all values are ignored. For the purpose of the
         CreateExternalAccountKeyRequest, set it to a default/empty value.
         
        .google.cloud.security.publicca.v1beta1.ExternalAccountKey external_account_key = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getExternalAccountKeyOrBuilder in interface CreateExternalAccountKeyRequestOrBuilder