public final class NodeGroupsPerformMaintenanceRequest extends GeneratedMessageV3 implements NodeGroupsPerformMaintenanceRequestOrBuilder
Protobuf type google.cloud.compute.v1.NodeGroupsPerformMaintenanceRequest
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
NODES_FIELD_NUMBER
public static final int NODES_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
START_TIME_FIELD_NUMBER
public static final int START_TIME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static NodeGroupsPerformMaintenanceRequest getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static NodeGroupsPerformMaintenanceRequest.Builder newBuilder()
newBuilder(NodeGroupsPerformMaintenanceRequest prototype)
public static NodeGroupsPerformMaintenanceRequest.Builder newBuilder(NodeGroupsPerformMaintenanceRequest prototype)
parseDelimitedFrom(InputStream input)
public static NodeGroupsPerformMaintenanceRequest parseDelimitedFrom(InputStream input)
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static NodeGroupsPerformMaintenanceRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static NodeGroupsPerformMaintenanceRequest parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static NodeGroupsPerformMaintenanceRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static NodeGroupsPerformMaintenanceRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static NodeGroupsPerformMaintenanceRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
parseFrom(CodedInputStream input)
public static NodeGroupsPerformMaintenanceRequest parseFrom(CodedInputStream input)
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static NodeGroupsPerformMaintenanceRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(InputStream input)
public static NodeGroupsPerformMaintenanceRequest parseFrom(InputStream input)
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static NodeGroupsPerformMaintenanceRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static NodeGroupsPerformMaintenanceRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static NodeGroupsPerformMaintenanceRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<NodeGroupsPerformMaintenanceRequest> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public NodeGroupsPerformMaintenanceRequest getDefaultInstanceForType()
getNodes(int index)
public String getNodes(int index)
[Required] List of nodes affected by the call.
repeated string nodes = 104993457;
Parameter |
Name |
Description |
index |
int
The index of the element to return.
|
Returns |
Type |
Description |
String |
The nodes at the given index.
|
getNodesBytes(int index)
public ByteString getNodesBytes(int index)
[Required] List of nodes affected by the call.
repeated string nodes = 104993457;
Parameter |
Name |
Description |
index |
int
The index of the value to return.
|
Returns |
Type |
Description |
ByteString |
The bytes of the nodes at the given index.
|
getNodesCount()
public int getNodesCount()
[Required] List of nodes affected by the call.
repeated string nodes = 104993457;
Returns |
Type |
Description |
int |
The count of nodes.
|
getNodesList()
public ProtocolStringList getNodesList()
[Required] List of nodes affected by the call.
repeated string nodes = 104993457;
getParserForType()
public Parser<NodeGroupsPerformMaintenanceRequest> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getStartTime()
public String getStartTime()
The start time of the schedule. The timestamp is an RFC3339 string.
optional string start_time = 37467274;
Returns |
Type |
Description |
String |
The startTime.
|
getStartTimeBytes()
public ByteString getStartTimeBytes()
The start time of the schedule. The timestamp is an RFC3339 string.
optional string start_time = 37467274;
Returns |
Type |
Description |
ByteString |
The bytes for startTime.
|
hasStartTime()
public boolean hasStartTime()
The start time of the schedule. The timestamp is an RFC3339 string.
optional string start_time = 37467274;
Returns |
Type |
Description |
boolean |
Whether the startTime field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public NodeGroupsPerformMaintenanceRequest.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected NodeGroupsPerformMaintenanceRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public NodeGroupsPerformMaintenanceRequest.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides