public static final class GoogleChannelConfig.Builder extends GeneratedMessageV3.Builder<GoogleChannelConfig.Builder> implements GoogleChannelConfigOrBuilder
   
   A GoogleChannelConfig is a resource that stores the custom settings
 respected by Eventarc first-party triggers in the matching region.
 Once configured, first-party event data will be protected
 using the specified custom managed encryption key instead of Google-managed
 encryption keys.
 Protobuf type google.cloud.eventarc.v1.GoogleChannelConfig
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
    
    
    
    
    
    
    
    
    
    
    
    
      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
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public GoogleChannelConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  build()
  
    public GoogleChannelConfig build()
   
  
  
  buildPartial()
  
    public GoogleChannelConfig buildPartial()
   
  
  
  clear()
  
    public GoogleChannelConfig.Builder clear()
   
  
  Overrides
  
  
  clearCryptoKeyName()
  
    public GoogleChannelConfig.Builder clearCryptoKeyName()
   
   Optional. Resource name of a KMS crypto key (managed by the user) used to
 encrypt/decrypt their event data.
 It must match the pattern
 projects/*/locations/*/keyRings/*/cryptoKeys/*.
 
 string crypto_key_name = 7 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
 
clearField(Descriptors.FieldDescriptor field)
  
    public GoogleChannelConfig.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearName()
  
    public GoogleChannelConfig.Builder clearName()
   
   Required. The resource name of the config. Must be in the format of,
 projects/{project}/locations/{location}/googleChannelConfig.
 string name = 1 [(.google.api.field_behavior) = REQUIRED];
clearOneof(Descriptors.OneofDescriptor oneof)
  
    public GoogleChannelConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  clearUpdateTime()
  
    public GoogleChannelConfig.Builder clearUpdateTime()
   
   Output only. The last-modified time.
 
 .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
clone()
  
    public GoogleChannelConfig.Builder clone()
   
  
  Overrides
  
  
  getCryptoKeyName()
  
    public String getCryptoKeyName()
   
   Optional. Resource name of a KMS crypto key (managed by the user) used to
 encrypt/decrypt their event data.
 It must match the pattern
 projects/*/locations/*/keyRings/*/cryptoKeys/*.
 
 string crypto_key_name = 7 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The cryptoKeyName. | 
    
  
  
  getCryptoKeyNameBytes()
  
    public ByteString getCryptoKeyNameBytes()
   
   Optional. Resource name of a KMS crypto key (managed by the user) used to
 encrypt/decrypt their event data.
 It must match the pattern
 projects/*/locations/*/keyRings/*/cryptoKeys/*.
 
 string crypto_key_name = 7 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes for cryptoKeyName. | 
    
  
  
  getDefaultInstanceForType()
  
    public GoogleChannelConfig getDefaultInstanceForType()
   
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  getName()
  
   Required. The resource name of the config. Must be in the format of,
 projects/{project}/locations/{location}/googleChannelConfig.
 string name = 1 [(.google.api.field_behavior) = REQUIRED];
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The name. | 
    
  
  
  getNameBytes()
  
    public ByteString getNameBytes()
   
   Required. The resource name of the config. Must be in the format of,
 projects/{project}/locations/{location}/googleChannelConfig.
 string name = 1 [(.google.api.field_behavior) = REQUIRED];
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes for name. | 
    
  
  
  getUpdateTime()
  
    public Timestamp getUpdateTime()
   
   Output only. The last-modified time.
 
 .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | Timestamp | The updateTime. | 
    
  
  
  getUpdateTimeBuilder()
  
    public Timestamp.Builder getUpdateTimeBuilder()
   
   Output only. The last-modified time.
 
 .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
getUpdateTimeOrBuilder()
  
    public TimestampOrBuilder getUpdateTimeOrBuilder()
   
   Output only. The last-modified time.
 
 .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
hasUpdateTime()
  
    public boolean hasUpdateTime()
   
   Output only. The last-modified time.
 
 .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the updateTime field is set. | 
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  mergeFrom(GoogleChannelConfig other)
  
    public GoogleChannelConfig.Builder mergeFrom(GoogleChannelConfig other)
   
  
  
  
  
  
    public GoogleChannelConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  mergeFrom(Message other)
  
    public GoogleChannelConfig.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final GoogleChannelConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  mergeUpdateTime(Timestamp value)
  
    public GoogleChannelConfig.Builder mergeUpdateTime(Timestamp value)
   
   Output only. The last-modified time.
 
 .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
setCryptoKeyName(String value)
  
    public GoogleChannelConfig.Builder setCryptoKeyName(String value)
   
   Optional. Resource name of a KMS crypto key (managed by the user) used to
 encrypt/decrypt their event data.
 It must match the pattern
 projects/*/locations/*/keyRings/*/cryptoKeys/*.
 
 string crypto_key_name = 7 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | String
 The cryptoKeyName to set. | 
    
  
  
  
  setCryptoKeyNameBytes(ByteString value)
  
    public GoogleChannelConfig.Builder setCryptoKeyNameBytes(ByteString value)
   
   Optional. Resource name of a KMS crypto key (managed by the user) used to
 encrypt/decrypt their event data.
 It must match the pattern
 projects/*/locations/*/keyRings/*/cryptoKeys/*.
 
 string crypto_key_name = 7 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | ByteString
 The bytes for cryptoKeyName to set. | 
    
  
  
  
  setField(Descriptors.FieldDescriptor field, Object value)
  
    public GoogleChannelConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setName(String value)
  
    public GoogleChannelConfig.Builder setName(String value)
   
   Required. The resource name of the config. Must be in the format of,
 projects/{project}/locations/{location}/googleChannelConfig.
 string name = 1 [(.google.api.field_behavior) = REQUIRED];
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | String
 The name to set. | 
    
  
  
  
  setNameBytes(ByteString value)
  
    public GoogleChannelConfig.Builder setNameBytes(ByteString value)
   
   Required. The resource name of the config. Must be in the format of,
 projects/{project}/locations/{location}/googleChannelConfig.
 string name = 1 [(.google.api.field_behavior) = REQUIRED];
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | ByteString
 The bytes for name to set. | 
    
  
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public GoogleChannelConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  setUnknownFields(UnknownFieldSet unknownFields)
  
    public final GoogleChannelConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  setUpdateTime(Timestamp value)
  
    public GoogleChannelConfig.Builder setUpdateTime(Timestamp value)
   
   Output only. The last-modified time.
 
 .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
setUpdateTime(Timestamp.Builder builderForValue)
  
    public GoogleChannelConfig.Builder setUpdateTime(Timestamp.Builder builderForValue)
   
   Output only. The last-modified time.
 
 .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | builderForValue | Builder
 |