Interface ClientConnectorServiceOrBuilder (0.14.1)

public interface ClientConnectorServiceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCreateTime()

public abstract Timestamp getCreateTime()

Output only. [Output only] Create time stamp.

.google.protobuf.Timestamp create_time = 2;

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

Output only. [Output only] Create time stamp.

.google.protobuf.Timestamp create_time = 2;

Returns
TypeDescription
TimestampOrBuilder

getDisplayName()

public abstract String getDisplayName()

Optional. User-provided name. The display name should follow certain format.

  • Must be 6 to 30 characters in length.
  • Can only contain lowercase letters, numbers, and hyphens.
  • Must start with a letter.

string display_name = 4;

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

Optional. User-provided name. The display name should follow certain format.

  • Must be 6 to 30 characters in length.
  • Can only contain lowercase letters, numbers, and hyphens.
  • Must start with a letter.

string display_name = 4;

Returns
TypeDescription
ByteString

The bytes for displayName.

getEgress()

public abstract ClientConnectorService.Egress getEgress()

Required. The details of the egress settings.

.google.events.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService.Egress egress = 7;

Returns
TypeDescription
ClientConnectorService.Egress

The egress.

getEgressOrBuilder()

public abstract ClientConnectorService.EgressOrBuilder getEgressOrBuilder()

Required. The details of the egress settings.

.google.events.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService.Egress egress = 7;

Returns
TypeDescription
ClientConnectorService.EgressOrBuilder

getIngress()

public abstract ClientConnectorService.Ingress getIngress()

Required. The details of the ingress settings.

.google.events.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService.Ingress ingress = 6;

Returns
TypeDescription
ClientConnectorService.Ingress

The ingress.

getIngressOrBuilder()

public abstract ClientConnectorService.IngressOrBuilder getIngressOrBuilder()

Required. The details of the ingress settings.

.google.events.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService.Ingress ingress = 6;

Returns
TypeDescription
ClientConnectorService.IngressOrBuilder

getName()

public abstract String getName()

Required. Name of resource. The name is ignored during creation.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. Name of resource. The name is ignored during creation.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getState()

public abstract ClientConnectorService.State getState()

Output only. The operational state of the ClientConnectorService.

.google.events.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService.State state = 8;

Returns
TypeDescription
ClientConnectorService.State

The state.

getStateValue()

public abstract int getStateValue()

Output only. The operational state of the ClientConnectorService.

.google.events.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService.State state = 8;

Returns
TypeDescription
int

The enum numeric value on the wire for state.

getUpdateTime()

public abstract Timestamp getUpdateTime()

Output only. [Output only] Update time stamp.

.google.protobuf.Timestamp update_time = 3;

Returns
TypeDescription
Timestamp

The updateTime.

getUpdateTimeOrBuilder()

public abstract TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. [Output only] Update time stamp.

.google.protobuf.Timestamp update_time = 3;

Returns
TypeDescription
TimestampOrBuilder

hasCreateTime()

public abstract boolean hasCreateTime()

Output only. [Output only] Create time stamp.

.google.protobuf.Timestamp create_time = 2;

Returns
TypeDescription
boolean

Whether the createTime field is set.

hasEgress()

public abstract boolean hasEgress()

Required. The details of the egress settings.

.google.events.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService.Egress egress = 7;

Returns
TypeDescription
boolean

Whether the egress field is set.

hasIngress()

public abstract boolean hasIngress()

Required. The details of the ingress settings.

.google.events.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService.Ingress ingress = 6;

Returns
TypeDescription
boolean

Whether the ingress field is set.

hasUpdateTime()

public abstract boolean hasUpdateTime()

Output only. [Output only] Update time stamp.

.google.protobuf.Timestamp update_time = 3;

Returns
TypeDescription
boolean

Whether the updateTime field is set.