public static final class Spoke.StateReason extends GeneratedMessage implements Spoke.StateReasonOrBuilderThe reason a spoke is inactive.
Protobuf type google.cloud.networkconnectivity.v1.Spoke.StateReason
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > Spoke.StateReasonImplements
Spoke.StateReasonOrBuilderStatic Fields
CODE_FIELD_NUMBER
public static final int CODE_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
MESSAGE_FIELD_NUMBER
public static final int MESSAGE_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
USER_DETAILS_FIELD_NUMBER
public static final int USER_DETAILS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static Spoke.StateReason getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
Spoke.StateReason |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static Spoke.StateReason.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
Spoke.StateReason.Builder |
|
newBuilder(Spoke.StateReason prototype)
public static Spoke.StateReason.Builder newBuilder(Spoke.StateReason prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
Spoke.StateReason |
| Returns | |
|---|---|
| Type | Description |
Spoke.StateReason.Builder |
|
parseDelimitedFrom(InputStream input)
public static Spoke.StateReason parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
Spoke.StateReason |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Spoke.StateReason parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Spoke.StateReason |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static Spoke.StateReason parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
Spoke.StateReason |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Spoke.StateReason parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Spoke.StateReason |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static Spoke.StateReason parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
Spoke.StateReason |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Spoke.StateReason parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Spoke.StateReason |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static Spoke.StateReason parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
Spoke.StateReason |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Spoke.StateReason parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Spoke.StateReason |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static Spoke.StateReason parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
Spoke.StateReason |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Spoke.StateReason parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Spoke.StateReason |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static Spoke.StateReason parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
Spoke.StateReason |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Spoke.StateReason parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Spoke.StateReason |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<Spoke.StateReason> parser()| Returns | |
|---|---|
| Type | Description |
Parser<StateReason> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getCode()
public Spoke.StateReason.Code getCode()The code associated with this reason.
.google.cloud.networkconnectivity.v1.Spoke.StateReason.Code code = 1;
| Returns | |
|---|---|
| Type | Description |
Spoke.StateReason.Code |
The code. |
getCodeValue()
public int getCodeValue()The code associated with this reason.
.google.cloud.networkconnectivity.v1.Spoke.StateReason.Code code = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for code. |
getDefaultInstanceForType()
public Spoke.StateReason getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Spoke.StateReason |
|
getMessage()
public String getMessage()Human-readable details about this reason.
string message = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The message. |
getMessageBytes()
public ByteString getMessageBytes()Human-readable details about this reason.
string message = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for message. |
getParserForType()
public Parser<Spoke.StateReason> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<StateReason> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getUserDetails()
public String getUserDetails()Additional information provided by the user in the RejectSpoke call.
string user_details = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The userDetails. |
getUserDetailsBytes()
public ByteString getUserDetailsBytes()Additional information provided by the user in the RejectSpoke call.
string user_details = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for userDetails. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public Spoke.StateReason.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
Spoke.StateReason.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected Spoke.StateReason.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
Spoke.StateReason.Builder |
|
toBuilder()
public Spoke.StateReason.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
Spoke.StateReason.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|