Interface UpdateGoogleChannelConfigRequestOrBuilder

    • Method Detail

      • hasGoogleChannelConfig

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

        GoogleChannelConfig getGoogleChannelConfig()
         Required. The config to be updated.
         
        .google.cloud.eventarc.v1.GoogleChannelConfig google_channel_config = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The googleChannelConfig.
      • getGoogleChannelConfigOrBuilder

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

        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;
        Returns:
        Whether the updateMask field is set.
      • getUpdateMask

        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;
        Returns:
        The updateMask.
      • getUpdateMaskOrBuilder

        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;