Interface ProviderOrBuilder (1.40.0)

public interface ProviderOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDisplayName()

public abstract 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
TypeDescription
String

The displayName.

getDisplayNameBytes()

public abstract 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
TypeDescription
ByteString

The bytes for displayName.

getEventTypes(int index)

public abstract 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];

Parameter
NameDescription
indexint
Returns
TypeDescription
EventType

getEventTypesCount()

public abstract int getEventTypesCount()

Output only. Event types for this provider.

repeated .google.cloud.eventarc.v1.EventType event_types = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

getEventTypesList()

public abstract 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];

Returns
TypeDescription
List<EventType>

getEventTypesOrBuilder(int index)

public abstract 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];

Parameter
NameDescription
indexint
Returns
TypeDescription
EventTypeOrBuilder

getEventTypesOrBuilderList()

public abstract 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];

Returns
TypeDescription
List<? extends com.google.cloud.eventarc.v1.EventTypeOrBuilder>

getName()

public abstract String getName()

Output only. In projects/{project}/locations/{location}/providers/{provider_id} format.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Output only. In projects/{project}/locations/{location}/providers/{provider_id} format.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for name.