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

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

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

        public UpdateGoogleChannelConfigRequest 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<UpdateGoogleChannelConfigRequest.Builder>
      • hasGoogleChannelConfig

        public boolean hasGoogleChannelConfig()
         Required. The config to be updated.
         
        .google.cloud.eventarc.v1.GoogleChannelConfig google_channel_config = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasGoogleChannelConfig in interface UpdateGoogleChannelConfigRequestOrBuilder
        Returns:
        Whether the googleChannelConfig field is set.
      • clearGoogleChannelConfig

        public UpdateGoogleChannelConfigRequest.Builder clearGoogleChannelConfig()
         Required. The config to be updated.
         
        .google.cloud.eventarc.v1.GoogleChannelConfig google_channel_config = 1 [(.google.api.field_behavior) = REQUIRED];
      • getGoogleChannelConfigBuilder

        public GoogleChannelConfig.Builder getGoogleChannelConfigBuilder()
         Required. The config to be updated.
         
        .google.cloud.eventarc.v1.GoogleChannelConfig google_channel_config = 1 [(.google.api.field_behavior) = REQUIRED];
      • hasUpdateMask

        public boolean hasUpdateMask()
         The fields to be updated; only fields explicitly provided are updated.
         If no field mask is provided, all provided fields in the request are
         updated. To update all fields, provide a field mask of "*".
         
        .google.protobuf.FieldMask update_mask = 2;
        Specified by:
        hasUpdateMask in interface UpdateGoogleChannelConfigRequestOrBuilder
        Returns:
        Whether the updateMask field is set.
      • getUpdateMask

        public com.google.protobuf.FieldMask getUpdateMask()
         The fields to be updated; only fields explicitly provided are updated.
         If no field mask is provided, all provided fields in the request are
         updated. To update all fields, provide a field mask of "*".
         
        .google.protobuf.FieldMask update_mask = 2;
        Specified by:
        getUpdateMask in interface UpdateGoogleChannelConfigRequestOrBuilder
        Returns:
        The updateMask.
      • setUpdateMask

        public UpdateGoogleChannelConfigRequest.Builder setUpdateMask​(com.google.protobuf.FieldMask value)
         The fields to be updated; only fields explicitly provided are updated.
         If no field mask is provided, all provided fields in the request are
         updated. To update all fields, provide a field mask of "*".
         
        .google.protobuf.FieldMask update_mask = 2;
      • setUpdateMask

        public UpdateGoogleChannelConfigRequest.Builder setUpdateMask​(com.google.protobuf.FieldMask.Builder builderForValue)
         The fields to be updated; only fields explicitly provided are updated.
         If no field mask is provided, all provided fields in the request are
         updated. To update all fields, provide a field mask of "*".
         
        .google.protobuf.FieldMask update_mask = 2;
      • mergeUpdateMask

        public UpdateGoogleChannelConfigRequest.Builder mergeUpdateMask​(com.google.protobuf.FieldMask value)
         The fields to be updated; only fields explicitly provided are updated.
         If no field mask is provided, all provided fields in the request are
         updated. To update all fields, provide a field mask of "*".
         
        .google.protobuf.FieldMask update_mask = 2;
      • clearUpdateMask

        public UpdateGoogleChannelConfigRequest.Builder clearUpdateMask()
         The fields to be updated; only fields explicitly provided are updated.
         If no field mask is provided, all provided fields in the request are
         updated. To update all fields, provide a field mask of "*".
         
        .google.protobuf.FieldMask update_mask = 2;
      • getUpdateMaskBuilder

        public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder()
         The fields to be updated; only fields explicitly provided are updated.
         If no field mask is provided, all provided fields in the request are
         updated. To update all fields, provide a field mask of "*".
         
        .google.protobuf.FieldMask update_mask = 2;
      • getUpdateMaskOrBuilder

        public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
         The fields to be updated; only fields explicitly provided are updated.
         If no field mask is provided, all provided fields in the request are
         updated. To update all fields, provide a field mask of "*".
         
        .google.protobuf.FieldMask update_mask = 2;
        Specified by:
        getUpdateMaskOrBuilder in interface UpdateGoogleChannelConfigRequestOrBuilder