Interface GetNetworkProfileRequestOrBuilder (1.65.0)

public interface GetNetworkProfileRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNetworkProfile()

public abstract String getNetworkProfile()

Name of the network profile to return.

string network_profile = 173112472 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The networkProfile.

getNetworkProfileBytes()

public abstract ByteString getNetworkProfileBytes()

Name of the network profile to return.

string network_profile = 173112472 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for networkProfile.

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.