Interface CreateFleetRequestOrBuilder (1.85.0)

public interface CreateFleetRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFleet()

public abstract Fleet getFleet()

Required. The fleet to create.

.google.cloud.gkehub.v1.Fleet fleet = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Fleet

The fleet.

getFleetOrBuilder()

public abstract FleetOrBuilder getFleetOrBuilder()

Required. The fleet to create.

.google.cloud.gkehub.v1.Fleet fleet = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
FleetOrBuilder

getParent()

public abstract String getParent()

Required. The parent (project and location) where the Fleet will be created. Specified in the format projects/*/locations/*.

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 (project and location) where the Fleet will be created. Specified in the format projects/*/locations/*.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

hasFleet()

public abstract boolean hasFleet()

Required. The fleet to create.

.google.cloud.gkehub.v1.Fleet fleet = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the fleet field is set.