Class AppParams.Scope (0.23.0)

public static final class AppParams.Scope extends GeneratedMessage implements AppParams.ScopeOrBuilder

Scope of an application.

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

Static Fields

TYPE_FIELD_NUMBER

public static final int TYPE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static AppParams.Scope getDefaultInstance()
Returns
Type Description
AppParams.Scope

getDescriptor()

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

newBuilder()

public static AppParams.Scope.Builder newBuilder()
Returns
Type Description
AppParams.Scope.Builder

newBuilder(AppParams.Scope prototype)

public static AppParams.Scope.Builder newBuilder(AppParams.Scope prototype)
Parameter
Name Description
prototype AppParams.Scope
Returns
Type Description
AppParams.Scope.Builder

parseDelimitedFrom(InputStream input)

public static AppParams.Scope parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
AppParams.Scope
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AppParams.Scope parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AppParams.Scope
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static AppParams.Scope parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
AppParams.Scope
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static AppParams.Scope parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AppParams.Scope
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static AppParams.Scope parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
AppParams.Scope
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static AppParams.Scope parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AppParams.Scope
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static AppParams.Scope parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
AppParams.Scope
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static AppParams.Scope parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AppParams.Scope
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static AppParams.Scope parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
AppParams.Scope
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AppParams.Scope parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AppParams.Scope
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static AppParams.Scope parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
AppParams.Scope
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static AppParams.Scope parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AppParams.Scope
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<AppParams.Scope> parser()
Returns
Type Description
Parser<Scope>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

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

getParserForType()

public Parser<AppParams.Scope> getParserForType()
Returns
Type Description
Parser<Scope>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
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.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public AppParams.Scope.Builder newBuilderForType()
Returns
Type Description
AppParams.Scope.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected AppParams.Scope.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
AppParams.Scope.Builder
Overrides

toBuilder()

public AppParams.Scope.Builder toBuilder()
Returns
Type Description
AppParams.Scope.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException