Class AppParams.Scope.Builder (0.23.0)

public static final class AppParams.Scope.Builder extends GeneratedMessage.Builder<AppParams.Scope.Builder> implements AppParams.ScopeOrBuilder

Scope of an application.

Protobuf type google.cloud.saasplatform.saasservicemgmt.v1beta1.AppParams.Scope

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public AppParams.Scope build()
Returns
Type Description
AppParams.Scope

buildPartial()

public AppParams.Scope buildPartial()
Returns
Type Description
AppParams.Scope

clear()

public AppParams.Scope.Builder clear()
Returns
Type Description
AppParams.Scope.Builder
Overrides

clearType()

public AppParams.Scope.Builder clearType()

Required. Scope Type.

.google.cloud.saasplatform.saasservicemgmt.v1beta1.AppParams.Scope.Type type = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
AppParams.Scope.Builder

This builder for chaining.

getDefaultInstanceForType()

public AppParams.Scope getDefaultInstanceForType()
Returns
Type Description
AppParams.Scope

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getType()

public AppParams.Scope.Type getType()

Required. Scope Type.

.google.cloud.saasplatform.saasservicemgmt.v1beta1.AppParams.Scope.Type type = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
AppParams.Scope.Type

The type.

getTypeValue()

public int getTypeValue()

Required. Scope Type.

.google.cloud.saasplatform.saasservicemgmt.v1beta1.AppParams.Scope.Type type = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The enum numeric value on the wire for type.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(AppParams.Scope other)

public AppParams.Scope.Builder mergeFrom(AppParams.Scope other)
Parameter
Name Description
other AppParams.Scope
Returns
Type Description
AppParams.Scope.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public AppParams.Scope.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AppParams.Scope.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public AppParams.Scope.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
AppParams.Scope.Builder
Overrides

setType(AppParams.Scope.Type value)

public AppParams.Scope.Builder setType(AppParams.Scope.Type value)

Required. Scope Type.

.google.cloud.saasplatform.saasservicemgmt.v1beta1.AppParams.Scope.Type type = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value AppParams.Scope.Type

The type to set.

Returns
Type Description
AppParams.Scope.Builder

This builder for chaining.

setTypeValue(int value)

public AppParams.Scope.Builder setTypeValue(int value)

Required. Scope Type.

.google.cloud.saasplatform.saasservicemgmt.v1beta1.AppParams.Scope.Type type = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value int

The enum numeric value on the wire for type to set.

Returns
Type Description
AppParams.Scope.Builder

This builder for chaining.