public static final class Protos.FrameworkInfo extends com.google.protobuf.GeneratedMessageV3 implements Protos.FrameworkInfoOrBuilder
Describes a framework.Protobuf type
mesos.FrameworkInfo
Modifier and Type | Class and Description |
---|---|
static class |
Protos.FrameworkInfo.Builder
Describes a framework.
|
static class |
Protos.FrameworkInfo.Capability
Protobuf type
mesos.FrameworkInfo.Capability |
static interface |
Protos.FrameworkInfo.CapabilityOrBuilder |
Modifier and Type | Field and Description |
---|---|
static int |
CAPABILITIES_FIELD_NUMBER |
static int |
CHECKPOINT_FIELD_NUMBER |
static int |
FAILOVER_TIMEOUT_FIELD_NUMBER |
static int |
HOSTNAME_FIELD_NUMBER |
static int |
ID_FIELD_NUMBER |
static int |
LABELS_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
OFFER_FILTERS_FIELD_NUMBER |
static <any> |
PARSER
Deprecated.
|
static int |
PRINCIPAL_FIELD_NUMBER |
static int |
ROLE_FIELD_NUMBER |
static int |
ROLES_FIELD_NUMBER |
static int |
USER_FIELD_NUMBER |
static int |
WEBUI_URL_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
containsOfferFilters(java.lang.String key)
Specifc resource requirements for each of the framework's roles.
|
boolean |
equals(java.lang.Object obj) |
Protos.FrameworkInfo.Capability |
getCapabilities(int index)
This field allows a framework to advertise its set of
capabilities (e.g., ability to receive offers for revocable
resources).
|
int |
getCapabilitiesCount()
This field allows a framework to advertise its set of
capabilities (e.g., ability to receive offers for revocable
resources).
|
java.util.List<Protos.FrameworkInfo.Capability> |
getCapabilitiesList()
This field allows a framework to advertise its set of
capabilities (e.g., ability to receive offers for revocable
resources).
|
Protos.FrameworkInfo.CapabilityOrBuilder |
getCapabilitiesOrBuilder(int index)
This field allows a framework to advertise its set of
capabilities (e.g., ability to receive offers for revocable
resources).
|
java.util.List<? extends Protos.FrameworkInfo.CapabilityOrBuilder> |
getCapabilitiesOrBuilderList()
This field allows a framework to advertise its set of
capabilities (e.g., ability to receive offers for revocable
resources).
|
boolean |
getCheckpoint()
If set, agents running tasks started by this framework will write
the framework pid, executor pids and status updates to disk.
|
static Protos.FrameworkInfo |
getDefaultInstance() |
Protos.FrameworkInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
double |
getFailoverTimeout()
The amount of time (in seconds) that the master will wait for the
scheduler to failover before it tears down the framework by
killing all its tasks/executors.
|
java.lang.String |
getHostname()
Used to indicate the current host from which the scheduler is
registered in the Mesos Web UI.
|
com.google.protobuf.ByteString |
getHostnameBytes()
Used to indicate the current host from which the scheduler is
registered in the Mesos Web UI.
|
Protos.FrameworkID |
getId()
Used to uniquely identify the framework.
|
Protos.FrameworkIDOrBuilder |
getIdOrBuilder()
Used to uniquely identify the framework.
|
Protos.Labels |
getLabels()
Labels are free-form key value pairs supplied by the framework
scheduler (e.g., to describe additional functionality offered by
the framework).
|
Protos.LabelsOrBuilder |
getLabelsOrBuilder()
Labels are free-form key value pairs supplied by the framework
scheduler (e.g., to describe additional functionality offered by
the framework).
|
java.lang.String |
getName()
Name of the framework that shows up in the Mesos Web UI.
|
com.google.protobuf.ByteString |
getNameBytes()
Name of the framework that shows up in the Mesos Web UI.
|
java.util.Map<java.lang.String,Protos.OfferFilters> |
getOfferFilters()
Deprecated.
|
int |
getOfferFiltersCount()
Specifc resource requirements for each of the framework's roles.
|
java.util.Map<java.lang.String,Protos.OfferFilters> |
getOfferFiltersMap()
Specifc resource requirements for each of the framework's roles.
|
Protos.OfferFilters |
getOfferFiltersOrDefault(java.lang.String key,
Protos.OfferFilters defaultValue)
Specifc resource requirements for each of the framework's roles.
|
Protos.OfferFilters |
getOfferFiltersOrThrow(java.lang.String key)
Specifc resource requirements for each of the framework's roles.
|
<any> |
getParserForType() |
java.lang.String |
getPrincipal()
This field should match the credential's principal the framework
uses for authentication.
|
com.google.protobuf.ByteString |
getPrincipalBytes()
This field should match the credential's principal the framework
uses for authentication.
|
java.lang.String |
getRole()
Deprecated.
|
com.google.protobuf.ByteString |
getRoleBytes()
Deprecated.
|
java.lang.String |
getRoles(int index)
repeated string roles = 12; |
com.google.protobuf.ByteString |
getRolesBytes(int index)
repeated string roles = 12; |
int |
getRolesCount()
repeated string roles = 12; |
com.google.protobuf.ProtocolStringList |
getRolesList()
repeated string roles = 12; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
java.lang.String |
getUser()
Used to determine the Unix user that an executor or task should be
launched as.
|
com.google.protobuf.ByteString |
getUserBytes()
Used to determine the Unix user that an executor or task should be
launched as.
|
java.lang.String |
getWebuiUrl()
This field allows a framework to advertise its web UI, so that
the Mesos web UI can link to it.
|
com.google.protobuf.ByteString |
getWebuiUrlBytes()
This field allows a framework to advertise its web UI, so that
the Mesos web UI can link to it.
|
boolean |
hasCheckpoint()
If set, agents running tasks started by this framework will write
the framework pid, executor pids and status updates to disk.
|
boolean |
hasFailoverTimeout()
The amount of time (in seconds) that the master will wait for the
scheduler to failover before it tears down the framework by
killing all its tasks/executors.
|
int |
hashCode() |
boolean |
hasHostname()
Used to indicate the current host from which the scheduler is
registered in the Mesos Web UI.
|
boolean |
hasId()
Used to uniquely identify the framework.
|
boolean |
hasLabels()
Labels are free-form key value pairs supplied by the framework
scheduler (e.g., to describe additional functionality offered by
the framework).
|
boolean |
hasName()
Name of the framework that shows up in the Mesos Web UI.
|
boolean |
hasPrincipal()
This field should match the credential's principal the framework
uses for authentication.
|
boolean |
hasRole()
Deprecated.
|
boolean |
hasUser()
Used to determine the Unix user that an executor or task should be
launched as.
|
boolean |
hasWebuiUrl()
This field allows a framework to advertise its web UI, so that
the Mesos web UI can link to it.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static Protos.FrameworkInfo.Builder |
newBuilder() |
static Protos.FrameworkInfo.Builder |
newBuilder(Protos.FrameworkInfo prototype) |
Protos.FrameworkInfo.Builder |
newBuilderForType() |
protected Protos.FrameworkInfo.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Protos.FrameworkInfo |
parseDelimitedFrom(java.io.InputStream input) |
static Protos.FrameworkInfo |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.FrameworkInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.FrameworkInfo |
parseFrom(java.nio.ByteBuffer data) |
static Protos.FrameworkInfo |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.FrameworkInfo |
parseFrom(com.google.protobuf.ByteString data) |
static Protos.FrameworkInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.FrameworkInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Protos.FrameworkInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.FrameworkInfo |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
Protos.FrameworkInfo.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int USER_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
public static final int FAILOVER_TIMEOUT_FIELD_NUMBER
public static final int CHECKPOINT_FIELD_NUMBER
public static final int ROLE_FIELD_NUMBER
public static final int ROLES_FIELD_NUMBER
public static final int HOSTNAME_FIELD_NUMBER
public static final int PRINCIPAL_FIELD_NUMBER
public static final int WEBUI_URL_FIELD_NUMBER
public static final int CAPABILITIES_FIELD_NUMBER
public static final int LABELS_FIELD_NUMBER
public static final int OFFER_FILTERS_FIELD_NUMBER
@Deprecated public static final <any> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public boolean hasUser()
Used to determine the Unix user that an executor or task should be launched as. When using the MesosSchedulerDriver, if the field is set to an empty string, it will automagically set it to the current user. When using the HTTP Scheduler API, the user has to be set explicitly.
required string user = 1;
hasUser
in interface Protos.FrameworkInfoOrBuilder
public java.lang.String getUser()
Used to determine the Unix user that an executor or task should be launched as. When using the MesosSchedulerDriver, if the field is set to an empty string, it will automagically set it to the current user. When using the HTTP Scheduler API, the user has to be set explicitly.
required string user = 1;
getUser
in interface Protos.FrameworkInfoOrBuilder
public com.google.protobuf.ByteString getUserBytes()
Used to determine the Unix user that an executor or task should be launched as. When using the MesosSchedulerDriver, if the field is set to an empty string, it will automagically set it to the current user. When using the HTTP Scheduler API, the user has to be set explicitly.
required string user = 1;
getUserBytes
in interface Protos.FrameworkInfoOrBuilder
public boolean hasName()
Name of the framework that shows up in the Mesos Web UI.
required string name = 2;
hasName
in interface Protos.FrameworkInfoOrBuilder
public java.lang.String getName()
Name of the framework that shows up in the Mesos Web UI.
required string name = 2;
getName
in interface Protos.FrameworkInfoOrBuilder
public com.google.protobuf.ByteString getNameBytes()
Name of the framework that shows up in the Mesos Web UI.
required string name = 2;
getNameBytes
in interface Protos.FrameworkInfoOrBuilder
public boolean hasId()
Used to uniquely identify the framework. This field must be unset when the framework subscribes for the first time upon which the master will assign a new ID. To resubscribe after scheduler failover the framework should set 'id' to the ID assigned by the master. Setting 'id' to values not assigned by Mesos masters is unsupported.
optional .mesos.FrameworkID id = 3;
hasId
in interface Protos.FrameworkInfoOrBuilder
public Protos.FrameworkID getId()
Used to uniquely identify the framework. This field must be unset when the framework subscribes for the first time upon which the master will assign a new ID. To resubscribe after scheduler failover the framework should set 'id' to the ID assigned by the master. Setting 'id' to values not assigned by Mesos masters is unsupported.
optional .mesos.FrameworkID id = 3;
getId
in interface Protos.FrameworkInfoOrBuilder
public Protos.FrameworkIDOrBuilder getIdOrBuilder()
Used to uniquely identify the framework. This field must be unset when the framework subscribes for the first time upon which the master will assign a new ID. To resubscribe after scheduler failover the framework should set 'id' to the ID assigned by the master. Setting 'id' to values not assigned by Mesos masters is unsupported.
optional .mesos.FrameworkID id = 3;
getIdOrBuilder
in interface Protos.FrameworkInfoOrBuilder
public boolean hasFailoverTimeout()
The amount of time (in seconds) that the master will wait for the scheduler to failover before it tears down the framework by killing all its tasks/executors. This should be non-zero if a framework expects to reconnect after a failure and not lose its tasks/executors. NOTE: To avoid accidental destruction of tasks, production frameworks typically set this to a large value (e.g., 1 week).
optional double failover_timeout = 4 [default = 0];
hasFailoverTimeout
in interface Protos.FrameworkInfoOrBuilder
public double getFailoverTimeout()
The amount of time (in seconds) that the master will wait for the scheduler to failover before it tears down the framework by killing all its tasks/executors. This should be non-zero if a framework expects to reconnect after a failure and not lose its tasks/executors. NOTE: To avoid accidental destruction of tasks, production frameworks typically set this to a large value (e.g., 1 week).
optional double failover_timeout = 4 [default = 0];
getFailoverTimeout
in interface Protos.FrameworkInfoOrBuilder
public boolean hasCheckpoint()
If set, agents running tasks started by this framework will write the framework pid, executor pids and status updates to disk. If the agent exits (e.g., due to a crash or as part of upgrading Mesos), this checkpointed data allows the restarted agent to reconnect to executors that were started by the old instance of the agent. Enabling checkpointing improves fault tolerance, at the cost of a (usually small) increase in disk I/O.
optional bool checkpoint = 5 [default = false];
hasCheckpoint
in interface Protos.FrameworkInfoOrBuilder
public boolean getCheckpoint()
If set, agents running tasks started by this framework will write the framework pid, executor pids and status updates to disk. If the agent exits (e.g., due to a crash or as part of upgrading Mesos), this checkpointed data allows the restarted agent to reconnect to executors that were started by the old instance of the agent. Enabling checkpointing improves fault tolerance, at the cost of a (usually small) increase in disk I/O.
optional bool checkpoint = 5 [default = false];
getCheckpoint
in interface Protos.FrameworkInfoOrBuilder
@Deprecated public boolean hasRole()
Roles are the entities to which allocations are made. The framework must have at least one role in order to be offered resources. Note that `role` is deprecated in favor of `roles` and only one of these fields must be used. Since we cannot distinguish between empty `roles` and the default unset `role`, we require that frameworks set the `MULTI_ROLE` capability if setting the `roles` field.
optional string role = 6 [default = "*", deprecated = true];
hasRole
in interface Protos.FrameworkInfoOrBuilder
@Deprecated public java.lang.String getRole()
Roles are the entities to which allocations are made. The framework must have at least one role in order to be offered resources. Note that `role` is deprecated in favor of `roles` and only one of these fields must be used. Since we cannot distinguish between empty `roles` and the default unset `role`, we require that frameworks set the `MULTI_ROLE` capability if setting the `roles` field.
optional string role = 6 [default = "*", deprecated = true];
getRole
in interface Protos.FrameworkInfoOrBuilder
@Deprecated public com.google.protobuf.ByteString getRoleBytes()
Roles are the entities to which allocations are made. The framework must have at least one role in order to be offered resources. Note that `role` is deprecated in favor of `roles` and only one of these fields must be used. Since we cannot distinguish between empty `roles` and the default unset `role`, we require that frameworks set the `MULTI_ROLE` capability if setting the `roles` field.
optional string role = 6 [default = "*", deprecated = true];
getRoleBytes
in interface Protos.FrameworkInfoOrBuilder
public com.google.protobuf.ProtocolStringList getRolesList()
repeated string roles = 12;
getRolesList
in interface Protos.FrameworkInfoOrBuilder
public int getRolesCount()
repeated string roles = 12;
getRolesCount
in interface Protos.FrameworkInfoOrBuilder
public java.lang.String getRoles(int index)
repeated string roles = 12;
getRoles
in interface Protos.FrameworkInfoOrBuilder
public com.google.protobuf.ByteString getRolesBytes(int index)
repeated string roles = 12;
getRolesBytes
in interface Protos.FrameworkInfoOrBuilder
public boolean hasHostname()
Used to indicate the current host from which the scheduler is registered in the Mesos Web UI. If set to an empty string Mesos will automagically set it to the current hostname if one is available.
optional string hostname = 7;
hasHostname
in interface Protos.FrameworkInfoOrBuilder
public java.lang.String getHostname()
Used to indicate the current host from which the scheduler is registered in the Mesos Web UI. If set to an empty string Mesos will automagically set it to the current hostname if one is available.
optional string hostname = 7;
getHostname
in interface Protos.FrameworkInfoOrBuilder
public com.google.protobuf.ByteString getHostnameBytes()
Used to indicate the current host from which the scheduler is registered in the Mesos Web UI. If set to an empty string Mesos will automagically set it to the current hostname if one is available.
optional string hostname = 7;
getHostnameBytes
in interface Protos.FrameworkInfoOrBuilder
public boolean hasPrincipal()
This field should match the credential's principal the framework uses for authentication. This field is used for framework API rate limiting and dynamic reservations. It should be set even if authentication is not enabled if these features are desired.
optional string principal = 8;
hasPrincipal
in interface Protos.FrameworkInfoOrBuilder
public java.lang.String getPrincipal()
This field should match the credential's principal the framework uses for authentication. This field is used for framework API rate limiting and dynamic reservations. It should be set even if authentication is not enabled if these features are desired.
optional string principal = 8;
getPrincipal
in interface Protos.FrameworkInfoOrBuilder
public com.google.protobuf.ByteString getPrincipalBytes()
This field should match the credential's principal the framework uses for authentication. This field is used for framework API rate limiting and dynamic reservations. It should be set even if authentication is not enabled if these features are desired.
optional string principal = 8;
getPrincipalBytes
in interface Protos.FrameworkInfoOrBuilder
public boolean hasWebuiUrl()
This field allows a framework to advertise its web UI, so that the Mesos web UI can link to it. It is expected to be a full URL, for example http://my-scheduler.example.com:8080/.
optional string webui_url = 9;
hasWebuiUrl
in interface Protos.FrameworkInfoOrBuilder
public java.lang.String getWebuiUrl()
This field allows a framework to advertise its web UI, so that the Mesos web UI can link to it. It is expected to be a full URL, for example http://my-scheduler.example.com:8080/.
optional string webui_url = 9;
getWebuiUrl
in interface Protos.FrameworkInfoOrBuilder
public com.google.protobuf.ByteString getWebuiUrlBytes()
This field allows a framework to advertise its web UI, so that the Mesos web UI can link to it. It is expected to be a full URL, for example http://my-scheduler.example.com:8080/.
optional string webui_url = 9;
getWebuiUrlBytes
in interface Protos.FrameworkInfoOrBuilder
public java.util.List<Protos.FrameworkInfo.Capability> getCapabilitiesList()
This field allows a framework to advertise its set of capabilities (e.g., ability to receive offers for revocable resources).
repeated .mesos.FrameworkInfo.Capability capabilities = 10;
getCapabilitiesList
in interface Protos.FrameworkInfoOrBuilder
public java.util.List<? extends Protos.FrameworkInfo.CapabilityOrBuilder> getCapabilitiesOrBuilderList()
This field allows a framework to advertise its set of capabilities (e.g., ability to receive offers for revocable resources).
repeated .mesos.FrameworkInfo.Capability capabilities = 10;
getCapabilitiesOrBuilderList
in interface Protos.FrameworkInfoOrBuilder
public int getCapabilitiesCount()
This field allows a framework to advertise its set of capabilities (e.g., ability to receive offers for revocable resources).
repeated .mesos.FrameworkInfo.Capability capabilities = 10;
getCapabilitiesCount
in interface Protos.FrameworkInfoOrBuilder
public Protos.FrameworkInfo.Capability getCapabilities(int index)
This field allows a framework to advertise its set of capabilities (e.g., ability to receive offers for revocable resources).
repeated .mesos.FrameworkInfo.Capability capabilities = 10;
getCapabilities
in interface Protos.FrameworkInfoOrBuilder
public Protos.FrameworkInfo.CapabilityOrBuilder getCapabilitiesOrBuilder(int index)
This field allows a framework to advertise its set of capabilities (e.g., ability to receive offers for revocable resources).
repeated .mesos.FrameworkInfo.Capability capabilities = 10;
getCapabilitiesOrBuilder
in interface Protos.FrameworkInfoOrBuilder
public boolean hasLabels()
Labels are free-form key value pairs supplied by the framework scheduler (e.g., to describe additional functionality offered by the framework). These labels are not interpreted by Mesos itself. Labels should not contain duplicate key-value pairs.
optional .mesos.Labels labels = 11;
hasLabels
in interface Protos.FrameworkInfoOrBuilder
public Protos.Labels getLabels()
Labels are free-form key value pairs supplied by the framework scheduler (e.g., to describe additional functionality offered by the framework). These labels are not interpreted by Mesos itself. Labels should not contain duplicate key-value pairs.
optional .mesos.Labels labels = 11;
getLabels
in interface Protos.FrameworkInfoOrBuilder
public Protos.LabelsOrBuilder getLabelsOrBuilder()
Labels are free-form key value pairs supplied by the framework scheduler (e.g., to describe additional functionality offered by the framework). These labels are not interpreted by Mesos itself. Labels should not contain duplicate key-value pairs.
optional .mesos.Labels labels = 11;
getLabelsOrBuilder
in interface Protos.FrameworkInfoOrBuilder
public int getOfferFiltersCount()
Protos.FrameworkInfoOrBuilder
Specifc resource requirements for each of the framework's roles. This field is used by e.g., the default allocator to decide whether a framework is interested in seeing a resource of a certain shape.
map<string, .mesos.OfferFilters> offer_filters = 13;
getOfferFiltersCount
in interface Protos.FrameworkInfoOrBuilder
public boolean containsOfferFilters(java.lang.String key)
Specifc resource requirements for each of the framework's roles. This field is used by e.g., the default allocator to decide whether a framework is interested in seeing a resource of a certain shape.
map<string, .mesos.OfferFilters> offer_filters = 13;
containsOfferFilters
in interface Protos.FrameworkInfoOrBuilder
@Deprecated public java.util.Map<java.lang.String,Protos.OfferFilters> getOfferFilters()
getOfferFiltersMap()
instead.getOfferFilters
in interface Protos.FrameworkInfoOrBuilder
public java.util.Map<java.lang.String,Protos.OfferFilters> getOfferFiltersMap()
Specifc resource requirements for each of the framework's roles. This field is used by e.g., the default allocator to decide whether a framework is interested in seeing a resource of a certain shape.
map<string, .mesos.OfferFilters> offer_filters = 13;
getOfferFiltersMap
in interface Protos.FrameworkInfoOrBuilder
public Protos.OfferFilters getOfferFiltersOrDefault(java.lang.String key, Protos.OfferFilters defaultValue)
Specifc resource requirements for each of the framework's roles. This field is used by e.g., the default allocator to decide whether a framework is interested in seeing a resource of a certain shape.
map<string, .mesos.OfferFilters> offer_filters = 13;
getOfferFiltersOrDefault
in interface Protos.FrameworkInfoOrBuilder
public Protos.OfferFilters getOfferFiltersOrThrow(java.lang.String key)
Specifc resource requirements for each of the framework's roles. This field is used by e.g., the default allocator to decide whether a framework is interested in seeing a resource of a certain shape.
map<string, .mesos.OfferFilters> offer_filters = 13;
getOfferFiltersOrThrow
in interface Protos.FrameworkInfoOrBuilder
public final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
java.io.IOException
public int getSerializedSize()
public boolean equals(java.lang.Object obj)
public int hashCode()
public static Protos.FrameworkInfo parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.FrameworkInfo parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.FrameworkInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.FrameworkInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.FrameworkInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.FrameworkInfo parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.FrameworkInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Protos.FrameworkInfo parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.FrameworkInfo parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static Protos.FrameworkInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public Protos.FrameworkInfo.Builder newBuilderForType()
public static Protos.FrameworkInfo.Builder newBuilder()
public static Protos.FrameworkInfo.Builder newBuilder(Protos.FrameworkInfo prototype)
public Protos.FrameworkInfo.Builder toBuilder()
protected Protos.FrameworkInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static Protos.FrameworkInfo getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public Protos.FrameworkInfo getDefaultInstanceForType()