Interface CreateScopeRequestOrBuilder (1.85.0)

public interface CreateScopeRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

Required. The parent (project and location) where the Scope 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 Scope 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.

getScope()

public abstract Scope getScope()

Required. The Scope to create.

.google.cloud.gkehub.v1.Scope scope = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Scope

The scope.

getScopeId()

public abstract String getScopeId()

Required. Client chosen ID for the Scope. scope_id must be a ????

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

Returns
Type Description
String

The scopeId.

getScopeIdBytes()

public abstract ByteString getScopeIdBytes()

Required. Client chosen ID for the Scope. scope_id must be a ????

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

Returns
Type Description
ByteString

The bytes for scopeId.

getScopeOrBuilder()

public abstract ScopeOrBuilder getScopeOrBuilder()

Required. The Scope to create.

.google.cloud.gkehub.v1.Scope scope = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ScopeOrBuilder

hasScope()

public abstract boolean hasScope()

Required. The Scope to create.

.google.cloud.gkehub.v1.Scope scope = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the scope field is set.