public static final class MasterProtos.IsMasterRunningResponse extends com.google.protobuf.GeneratedMessage implements MasterProtos.IsMasterRunningResponseOrBuilder
IsMasterRunningResponse| Modifier and Type | Class and Description | 
|---|---|
static class  | 
MasterProtos.IsMasterRunningResponse.Builder
Protobuf type  
IsMasterRunningResponse | 
| Modifier and Type | Field and Description | 
|---|---|
static int | 
IS_MASTER_RUNNING_FIELD_NUMBER  | 
static <any> | 
PARSER  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
static MasterProtos.IsMasterRunningResponse | 
getDefaultInstance()  | 
MasterProtos.IsMasterRunningResponse | 
getDefaultInstanceForType()  | 
static com.google.protobuf.Descriptors.Descriptor | 
getDescriptor()  | 
boolean | 
getIsMasterRunning()
required bool is_master_running = 1; | 
<any> | 
getParserForType()  | 
int | 
getSerializedSize()  | 
com.google.protobuf.UnknownFieldSet | 
getUnknownFields()  | 
int | 
hashCode()  | 
boolean | 
hasIsMasterRunning()
required bool is_master_running = 1; | 
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable | 
internalGetFieldAccessorTable()  | 
boolean | 
isInitialized()  | 
static MasterProtos.IsMasterRunningResponse.Builder | 
newBuilder()  | 
static MasterProtos.IsMasterRunningResponse.Builder | 
newBuilder(MasterProtos.IsMasterRunningResponse prototype)  | 
MasterProtos.IsMasterRunningResponse.Builder | 
newBuilderForType()  | 
protected MasterProtos.IsMasterRunningResponse.Builder | 
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)  | 
static MasterProtos.IsMasterRunningResponse | 
parseDelimitedFrom(InputStream input)  | 
static MasterProtos.IsMasterRunningResponse | 
parseDelimitedFrom(InputStream input,
                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static MasterProtos.IsMasterRunningResponse | 
parseFrom(byte[] data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static MasterProtos.IsMasterRunningResponse | 
parseFrom(com.google.protobuf.ByteString data)  | 
static MasterProtos.IsMasterRunningResponse | 
parseFrom(com.google.protobuf.ByteString data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static MasterProtos.IsMasterRunningResponse | 
parseFrom(com.google.protobuf.CodedInputStream input)  | 
static MasterProtos.IsMasterRunningResponse | 
parseFrom(com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static MasterProtos.IsMasterRunningResponse | 
parseFrom(InputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
MasterProtos.IsMasterRunningResponse.Builder | 
toBuilder()  | 
protected Object | 
writeReplace()  | 
void | 
writeTo(com.google.protobuf.CodedOutputStream output)  | 
public static <any> PARSER
public static final int IS_MASTER_RUNNING_FIELD_NUMBER
public static MasterProtos.IsMasterRunningResponse getDefaultInstance()
public MasterProtos.IsMasterRunningResponse getDefaultInstanceForType()
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public <any> getParserForType()
public boolean hasIsMasterRunning()
required bool is_master_running = 1;hasIsMasterRunning in interface MasterProtos.IsMasterRunningResponseOrBuilderpublic boolean getIsMasterRunning()
required bool is_master_running = 1;getIsMasterRunning in interface MasterProtos.IsMasterRunningResponseOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws IOException
IOExceptionpublic int getSerializedSize()
protected Object writeReplace() throws ObjectStreamException
ObjectStreamExceptionpublic boolean equals(Object obj)
public int hashCode()
public static MasterProtos.IsMasterRunningResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MasterProtos.IsMasterRunningResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MasterProtos.IsMasterRunningResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MasterProtos.IsMasterRunningResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static MasterProtos.IsMasterRunningResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static MasterProtos.IsMasterRunningResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static MasterProtos.IsMasterRunningResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static MasterProtos.IsMasterRunningResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static MasterProtos.IsMasterRunningResponse.Builder newBuilder()
public MasterProtos.IsMasterRunningResponse.Builder newBuilderForType()
public static MasterProtos.IsMasterRunningResponse.Builder newBuilder(MasterProtos.IsMasterRunningResponse prototype)
public MasterProtos.IsMasterRunningResponse.Builder toBuilder()
protected MasterProtos.IsMasterRunningResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)