Interface GetWireGroupRequestOrBuilder (1.92.0)

public interface GetWireGroupRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCrossSiteNetwork()

public abstract String getCrossSiteNetwork()

string cross_site_network = 108192469 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The crossSiteNetwork.

getCrossSiteNetworkBytes()

public abstract ByteString getCrossSiteNetworkBytes()

string cross_site_network = 108192469 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for crossSiteNetwork.

getProject()

public abstract String getProject()

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The project.

getProjectBytes()

public abstract ByteString getProjectBytes()

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for project.

getWireGroup()

public abstract String getWireGroup()

Name of the wire group resource to return.

string wire_group = 122540613 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The wireGroup.

getWireGroupBytes()

public abstract ByteString getWireGroupBytes()

Name of the wire group resource to return.

string wire_group = 122540613 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for wireGroup.