Package com.google.cloud.eventarc.v1
Interface ProviderOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Provider
,Provider.Builder
public interface ProviderOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDisplayName()
Output only.com.google.protobuf.ByteString
getDisplayNameBytes()
Output only.EventType
getEventTypes(int index)
Output only.int
getEventTypesCount()
Output only.List<EventType>
getEventTypesList()
Output only.EventTypeOrBuilder
getEventTypesOrBuilder(int index)
Output only.List<? extends EventTypeOrBuilder>
getEventTypesOrBuilderList()
Output only.String
getName()
Output only.com.google.protobuf.ByteString
getNameBytes()
Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
Output only. In `projects/{project}/locations/{location}/providers/{provider_id}` format.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Output only. In `projects/{project}/locations/{location}/providers/{provider_id}` format.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The bytes for name.
-
getDisplayName
String getDisplayName()
Output only. Human friendly name for the Provider. For example "Cloud Storage".
string display_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The displayName.
-
getDisplayNameBytes
com.google.protobuf.ByteString getDisplayNameBytes()
Output only. Human friendly name for the Provider. For example "Cloud Storage".
string display_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The bytes for displayName.
-
getEventTypesList
List<EventType> getEventTypesList()
Output only. Event types for this provider.
repeated .google.cloud.eventarc.v1.EventType event_types = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getEventTypes
EventType getEventTypes(int index)
Output only. Event types for this provider.
repeated .google.cloud.eventarc.v1.EventType event_types = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getEventTypesCount
int getEventTypesCount()
Output only. Event types for this provider.
repeated .google.cloud.eventarc.v1.EventType event_types = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getEventTypesOrBuilderList
List<? extends EventTypeOrBuilder> getEventTypesOrBuilderList()
Output only. Event types for this provider.
repeated .google.cloud.eventarc.v1.EventType event_types = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getEventTypesOrBuilder
EventTypeOrBuilder getEventTypesOrBuilder(int index)
Output only. Event types for this provider.
repeated .google.cloud.eventarc.v1.EventType event_types = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
-