Interface AllocationReservationSharingPolicyOrBuilder (1.70.0)

public interface AllocationReservationSharingPolicyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getServiceShareType()

public abstract String getServiceShareType()

Sharing config for all Google Cloud services. Check the ServiceShareType enum for the list of possible values.

optional string service_share_type = 514508644;

Returns
Type Description
String

The serviceShareType.

getServiceShareTypeBytes()

public abstract ByteString getServiceShareTypeBytes()

Sharing config for all Google Cloud services. Check the ServiceShareType enum for the list of possible values.

optional string service_share_type = 514508644;

Returns
Type Description
ByteString

The bytes for serviceShareType.

hasServiceShareType()

public abstract boolean hasServiceShareType()

Sharing config for all Google Cloud services. Check the ServiceShareType enum for the list of possible values.

optional string service_share_type = 514508644;

Returns
Type Description
boolean

Whether the serviceShareType field is set.