public final class AnalyzeWorkloadMoveRequest extends GeneratedMessageV3 implements AnalyzeWorkloadMoveRequestOrBuilder
Request to check if source workload can be moved to target workload.
Protobuf type google.cloud.assuredworkloads.v1beta1.AnalyzeWorkloadMoveRequest
Static Fields
PROJECT_FIELD_NUMBER
public static final int PROJECT_FIELD_NUMBER
Field Value
SOURCE_FIELD_NUMBER
public static final int SOURCE_FIELD_NUMBER
Field Value
TARGET_FIELD_NUMBER
public static final int TARGET_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static AnalyzeWorkloadMoveRequest getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static AnalyzeWorkloadMoveRequest.Builder newBuilder()
Returns
newBuilder(AnalyzeWorkloadMoveRequest prototype)
public static AnalyzeWorkloadMoveRequest.Builder newBuilder(AnalyzeWorkloadMoveRequest prototype)
Parameter
Returns
public static AnalyzeWorkloadMoveRequest parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static AnalyzeWorkloadMoveRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static AnalyzeWorkloadMoveRequest parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AnalyzeWorkloadMoveRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static AnalyzeWorkloadMoveRequest parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AnalyzeWorkloadMoveRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static AnalyzeWorkloadMoveRequest parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static AnalyzeWorkloadMoveRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static AnalyzeWorkloadMoveRequest parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static AnalyzeWorkloadMoveRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static AnalyzeWorkloadMoveRequest parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AnalyzeWorkloadMoveRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<AnalyzeWorkloadMoveRequest> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public AnalyzeWorkloadMoveRequest getDefaultInstanceForType()
Returns
getParserForType()
public Parser<AnalyzeWorkloadMoveRequest> getParserForType()
Returns
Overrides
getProject()
public String getProject()
The Source is a project based to be moved.
This is the project's relative path in the API, formatted as
"cloudresourcemanager.googleapis.com/projects/{project_number}"
"projects/{project_number}"
"cloudresourcemanager.googleapis.com/projects/{project_id}"
"projects/{project_id}"
For example,
"organizations/123/locations/us-east1/workloads/assured-workload-1".
string project = 3;
Returns
Type | Description |
String | The project.
|
getProjectBytes()
public ByteString getProjectBytes()
The Source is a project based to be moved.
This is the project's relative path in the API, formatted as
"cloudresourcemanager.googleapis.com/projects/{project_number}"
"projects/{project_number}"
"cloudresourcemanager.googleapis.com/projects/{project_id}"
"projects/{project_id}"
For example,
"organizations/123/locations/us-east1/workloads/assured-workload-1".
string project = 3;
Returns
getProjectOrWorkloadResourceCase()
public AnalyzeWorkloadMoveRequest.ProjectOrWorkloadResourceCase getProjectOrWorkloadResourceCase()
Returns
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getSource()
public String getSource()
The Source is project based Workload to be moved. This is the workloads's
relative path in the API, formatted as
"organizations/{organization_id}/locations/{location_id}/workloads/{workload_id}".
For example,
"organizations/123/locations/us-east1/workloads/assured-workload-1".
string source = 1;
Returns
Type | Description |
String | The source.
|
getSourceBytes()
public ByteString getSourceBytes()
The Source is project based Workload to be moved. This is the workloads's
relative path in the API, formatted as
"organizations/{organization_id}/locations/{location_id}/workloads/{workload_id}".
For example,
"organizations/123/locations/us-east1/workloads/assured-workload-1".
string source = 1;
Returns
getTarget()
public String getTarget()
Required. The resource name of the Workload to fetch. This is the workloads's
relative path in the API, formatted as
"organizations/{organization_id}/locations/{location_id}/workloads/{workload_id}".
For example,
"organizations/123/locations/us-east1/workloads/assured-workload-2".
string target = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
String | The target.
|
getTargetBytes()
public ByteString getTargetBytes()
Required. The resource name of the Workload to fetch. This is the workloads's
relative path in the API, formatted as
"organizations/{organization_id}/locations/{location_id}/workloads/{workload_id}".
For example,
"organizations/123/locations/us-east1/workloads/assured-workload-2".
string target = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hasProject()
public boolean hasProject()
The Source is a project based to be moved.
This is the project's relative path in the API, formatted as
"cloudresourcemanager.googleapis.com/projects/{project_number}"
"projects/{project_number}"
"cloudresourcemanager.googleapis.com/projects/{project_id}"
"projects/{project_id}"
For example,
"organizations/123/locations/us-east1/workloads/assured-workload-1".
string project = 3;
Returns
Type | Description |
boolean | Whether the project field is set.
|
hasSource()
public boolean hasSource()
The Source is project based Workload to be moved. This is the workloads's
relative path in the API, formatted as
"organizations/{organization_id}/locations/{location_id}/workloads/{workload_id}".
For example,
"organizations/123/locations/us-east1/workloads/assured-workload-1".
string source = 1;
Returns
Type | Description |
boolean | Whether the source field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public AnalyzeWorkloadMoveRequest.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AnalyzeWorkloadMoveRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public AnalyzeWorkloadMoveRequest.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions