public static final class YarnApplication.Builder extends GeneratedMessageV3.Builder<YarnApplication.Builder> implements YarnApplicationOrBuilder
A YARN application created by a job. Application information is a subset of <code>org.apache.hadoop.yarn.proto.YarnProtos.ApplicationReportProto</code>. **Beta Feature**: This report is available for testing purposes only. It may be changed before final release.Protobuf type
google.cloud.dataproc.v1.YarnApplicationgetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofmergeFrompublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3.Builder<YarnApplication.Builder>public YarnApplication.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<YarnApplication.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<YarnApplication.Builder>public YarnApplication getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic YarnApplication build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic YarnApplication buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic YarnApplication.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<YarnApplication.Builder>public YarnApplication.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<YarnApplication.Builder>public YarnApplication.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<YarnApplication.Builder>public YarnApplication.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<YarnApplication.Builder>public YarnApplication.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<YarnApplication.Builder>public YarnApplication.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<YarnApplication.Builder>public YarnApplication.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<YarnApplication.Builder>public YarnApplication.Builder mergeFrom(YarnApplication other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<YarnApplication.Builder>public YarnApplication.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<YarnApplication.Builder>java.io.IOExceptionpublic java.lang.String getName()
Required. The application name.
string name = 1;getName in interface YarnApplicationOrBuilderpublic ByteString getNameBytes()
Required. The application name.
string name = 1;getNameBytes in interface YarnApplicationOrBuilderpublic YarnApplication.Builder setName(java.lang.String value)
Required. The application name.
string name = 1;public YarnApplication.Builder clearName()
Required. The application name.
string name = 1;public YarnApplication.Builder setNameBytes(ByteString value)
Required. The application name.
string name = 1;public int getStateValue()
Required. The application state.
.google.cloud.dataproc.v1.YarnApplication.State state = 2;getStateValue in interface YarnApplicationOrBuilderpublic YarnApplication.Builder setStateValue(int value)
Required. The application state.
.google.cloud.dataproc.v1.YarnApplication.State state = 2;public YarnApplication.State getState()
Required. The application state.
.google.cloud.dataproc.v1.YarnApplication.State state = 2;getState in interface YarnApplicationOrBuilderpublic YarnApplication.Builder setState(YarnApplication.State value)
Required. The application state.
.google.cloud.dataproc.v1.YarnApplication.State state = 2;public YarnApplication.Builder clearState()
Required. The application state.
.google.cloud.dataproc.v1.YarnApplication.State state = 2;public float getProgress()
Required. The numerical progress of the application, from 1 to 100.
float progress = 3;getProgress in interface YarnApplicationOrBuilderpublic YarnApplication.Builder setProgress(float value)
Required. The numerical progress of the application, from 1 to 100.
float progress = 3;public YarnApplication.Builder clearProgress()
Required. The numerical progress of the application, from 1 to 100.
float progress = 3;public java.lang.String getTrackingUrl()
Optional. The HTTP URL of the ApplicationMaster, HistoryServer, or TimelineServer that provides application-specific information. The URL uses the internal hostname, and requires a proxy server for resolution and, possibly, access.
string tracking_url = 4;getTrackingUrl in interface YarnApplicationOrBuilderpublic ByteString getTrackingUrlBytes()
Optional. The HTTP URL of the ApplicationMaster, HistoryServer, or TimelineServer that provides application-specific information. The URL uses the internal hostname, and requires a proxy server for resolution and, possibly, access.
string tracking_url = 4;getTrackingUrlBytes in interface YarnApplicationOrBuilderpublic YarnApplication.Builder setTrackingUrl(java.lang.String value)
Optional. The HTTP URL of the ApplicationMaster, HistoryServer, or TimelineServer that provides application-specific information. The URL uses the internal hostname, and requires a proxy server for resolution and, possibly, access.
string tracking_url = 4;public YarnApplication.Builder clearTrackingUrl()
Optional. The HTTP URL of the ApplicationMaster, HistoryServer, or TimelineServer that provides application-specific information. The URL uses the internal hostname, and requires a proxy server for resolution and, possibly, access.
string tracking_url = 4;public YarnApplication.Builder setTrackingUrlBytes(ByteString value)
Optional. The HTTP URL of the ApplicationMaster, HistoryServer, or TimelineServer that provides application-specific information. The URL uses the internal hostname, and requires a proxy server for resolution and, possibly, access.
string tracking_url = 4;public final YarnApplication.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields in interface Message.BuildersetUnknownFields in class GeneratedMessageV3.Builder<YarnApplication.Builder>public final YarnApplication.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<YarnApplication.Builder>