public interface CreateMeshRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getMesh()
public abstract Mesh getMesh()
Required. Mesh resource to be created.
.google.cloud.networkservices.v1.Mesh mesh = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Mesh |
The mesh. |
getMeshId()
public abstract String getMeshId()
Required. Short name of the Mesh resource to be created.
string mesh_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The meshId. |
getMeshIdBytes()
public abstract ByteString getMeshIdBytes()
Required. Short name of the Mesh resource to be created.
string mesh_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for meshId. |
getMeshOrBuilder()
public abstract MeshOrBuilder getMeshOrBuilder()
Required. Mesh resource to be created.
.google.cloud.networkservices.v1.Mesh mesh = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
MeshOrBuilder |
getParent()
public abstract String getParent()
Required. The parent resource of the Mesh. Must be in the
format projects/*/locations/global
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()
Required. The parent resource of the Mesh. Must be in the
format projects/*/locations/global
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for parent. |
hasMesh()
public abstract boolean hasMesh()
Required. Mesh resource to be created.
.google.cloud.networkservices.v1.Mesh mesh = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the mesh field is set. |