Interface HookOrBuilder (0.40.0)

public interface HookOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCreateTime()

public abstract Timestamp getCreateTime()

Output only. Create timestamp.

.google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

Output only. Create timestamp.

.google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getDisabled()

public abstract boolean getDisabled()

Optional. Determines if the hook disabled or not. Set to true to stop sending traffic.

bool disabled = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The disabled.

getEvents(int index)

public abstract Hook.HookEventType getEvents(int index)

Optional. The events that trigger hook on.

repeated .google.cloud.securesourcemanager.v1.Hook.HookEventType events = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
Hook.HookEventType

The events at the given index.

getEventsCount()

public abstract int getEventsCount()

Optional. The events that trigger hook on.

repeated .google.cloud.securesourcemanager.v1.Hook.HookEventType events = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The count of events.

getEventsList()

public abstract List<Hook.HookEventType> getEventsList()

Optional. The events that trigger hook on.

repeated .google.cloud.securesourcemanager.v1.Hook.HookEventType events = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<HookEventType>

A list containing the events.

getEventsValue(int index)

public abstract int getEventsValue(int index)

Optional. The events that trigger hook on.

repeated .google.cloud.securesourcemanager.v1.Hook.HookEventType events = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
int

The enum numeric value on the wire of events at the given index.

getEventsValueList()

public abstract List<Integer> getEventsValueList()

Optional. The events that trigger hook on.

repeated .google.cloud.securesourcemanager.v1.Hook.HookEventType events = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<Integer>

A list containing the enum numeric values on the wire for events.

getName()

public abstract String getName()

Identifier. A unique identifier for a Hook. The name should be of the format: projects/{project}/locations/{location_id}/repositories/{repository_id}/hooks/{hook_id}

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

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Identifier. A unique identifier for a Hook. The name should be of the format: projects/{project}/locations/{location_id}/repositories/{repository_id}/hooks/{hook_id}

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

Returns
Type Description
ByteString

The bytes for name.

getPushOption()

public abstract Hook.PushOption getPushOption()

Optional. The trigger option for push events.

.google.cloud.securesourcemanager.v1.Hook.PushOption push_option = 9 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Hook.PushOption

The pushOption.

getPushOptionOrBuilder()

public abstract Hook.PushOptionOrBuilder getPushOptionOrBuilder()

Optional. The trigger option for push events.

.google.cloud.securesourcemanager.v1.Hook.PushOption push_option = 9 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Hook.PushOptionOrBuilder

getSensitiveQueryString()

public abstract String getSensitiveQueryString()

Optional. The sensitive query string to be appended to the target URI.

string sensitive_query_string = 10 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The sensitiveQueryString.

getSensitiveQueryStringBytes()

public abstract ByteString getSensitiveQueryStringBytes()

Optional. The sensitive query string to be appended to the target URI.

string sensitive_query_string = 10 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for sensitiveQueryString.

getTargetUri()

public abstract String getTargetUri()

Required. The target URI to which the payloads will be delivered.

string target_uri = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The targetUri.

getTargetUriBytes()

public abstract ByteString getTargetUriBytes()

Required. The target URI to which the payloads will be delivered.

string target_uri = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for targetUri.

getUid()

public abstract String getUid()

Output only. Unique identifier of the hook.

string uid = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The uid.

getUidBytes()

public abstract ByteString getUidBytes()

Output only. Unique identifier of the hook.

string uid = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for uid.

getUpdateTime()

public abstract Timestamp getUpdateTime()

Output only. Update timestamp.

.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The updateTime.

getUpdateTimeOrBuilder()

public abstract TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. Update timestamp.

.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

hasCreateTime()

public abstract boolean hasCreateTime()

Output only. Create timestamp.

.google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the createTime field is set.

hasPushOption()

public abstract boolean hasPushOption()

Optional. The trigger option for push events.

.google.cloud.securesourcemanager.v1.Hook.PushOption push_option = 9 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the pushOption field is set.

hasUpdateTime()

public abstract boolean hasUpdateTime()

Output only. Update timestamp.

.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the updateTime field is set.