Home
last modified time | relevance | path

Searched defs:googleChannelConfig (Results 1 – 4 of 4) sorted by relevance

/external/google-cloud-java/java-eventarc/samples/snippets/generated/com/google/cloud/eventarc/v1/eventarc/updategooglechannelconfig/
DSyncUpdateGoogleChannelConfigGooglechannelconfigFieldmask.java37 GoogleChannelConfig googleChannelConfig = GoogleChannelConfig.newBuilder().build(); in syncUpdateGoogleChannelConfigGooglechannelconfigFieldmask() local
/external/google-cloud-java/java-eventarc/google-cloud-eventarc/src/test/java/com/google/cloud/eventarc/v1/
DEventarcClientHttpJsonTest.java1896 GoogleChannelConfig googleChannelConfig = in updateGoogleChannelConfigTest() local
1931 GoogleChannelConfig googleChannelConfig = in updateGoogleChannelConfigExceptionTest() local
DEventarcClientTest.java1733 GoogleChannelConfig googleChannelConfig = GoogleChannelConfig.newBuilder().build(); in updateGoogleChannelConfigTest() local
1759 GoogleChannelConfig googleChannelConfig = GoogleChannelConfig.newBuilder().build(); in updateGoogleChannelConfigExceptionTest() local
/external/google-cloud-java/java-eventarc/google-cloud-eventarc/src/main/java/com/google/cloud/eventarc/v1/
DEventarcClient.java2676 GoogleChannelConfig googleChannelConfig, FieldMask updateMask) { in updateGoogleChannelConfig()