public final class Scope extends GeneratedMessageV3 implements ScopeOrBuilder
Scope of an application.
Protobuf type google.cloud.apphub.v1.Scope
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static Scope getDefaultInstance()
Returns |
Type |
Description |
Scope |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Scope.Builder newBuilder()
newBuilder(Scope prototype)
public static Scope.Builder newBuilder(Scope prototype)
Parameter |
Name |
Description |
prototype |
Scope
|
public static Scope parseDelimitedFrom(InputStream input)
Returns |
Type |
Description |
Scope |
|
public static Scope parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Scope |
|
parseFrom(byte[] data)
public static Scope parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
Returns |
Type |
Description |
Scope |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Scope parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Scope |
|
parseFrom(ByteString data)
public static Scope parseFrom(ByteString data)
Returns |
Type |
Description |
Scope |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Scope parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Scope |
|
public static Scope parseFrom(CodedInputStream input)
Returns |
Type |
Description |
Scope |
|
public static Scope parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Scope |
|
public static Scope parseFrom(InputStream input)
Returns |
Type |
Description |
Scope |
|
public static Scope parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Scope |
|
parseFrom(ByteBuffer data)
public static Scope parseFrom(ByteBuffer data)
Returns |
Type |
Description |
Scope |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Scope parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Scope |
|
parser()
public static Parser<Scope> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public Scope getDefaultInstanceForType()
Returns |
Type |
Description |
Scope |
|
getParserForType()
public Parser<Scope> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getType()
public Scope.Type getType()
Required. Scope Type.
.google.cloud.apphub.v1.Scope.Type type = 1 [(.google.api.field_behavior) = REQUIRED];
getTypeValue()
public int getTypeValue()
Required. Scope Type.
.google.cloud.apphub.v1.Scope.Type type = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
int |
The enum numeric value on the wire for type.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Scope.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Scope.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public Scope.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides