Interface CreateServiceBindingRequestOrBuilder (0.1.0)

public interface CreateServiceBindingRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

Required. The parent resource of the ServiceBinding. 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 ServiceBinding. 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.

getServiceBinding()

public abstract ServiceBinding getServiceBinding()

Required. ServiceBinding resource to be created.

.google.cloud.networkservices.v1.ServiceBinding service_binding = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ServiceBinding

The serviceBinding.

getServiceBindingId()

public abstract String getServiceBindingId()

Required. Short name of the ServiceBinding resource to be created.

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

Returns
Type Description
String

The serviceBindingId.

getServiceBindingIdBytes()

public abstract ByteString getServiceBindingIdBytes()

Required. Short name of the ServiceBinding resource to be created.

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

Returns
Type Description
ByteString

The bytes for serviceBindingId.

getServiceBindingOrBuilder()

public abstract ServiceBindingOrBuilder getServiceBindingOrBuilder()

Required. ServiceBinding resource to be created.

.google.cloud.networkservices.v1.ServiceBinding service_binding = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ServiceBindingOrBuilder

hasServiceBinding()

public abstract boolean hasServiceBinding()

Required. ServiceBinding resource to be created.

.google.cloud.networkservices.v1.ServiceBinding service_binding = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the serviceBinding field is set.