- 3.55.0 (latest)
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.2-SNAPSHOT
- 3.6.0
- 3.4.1
- 3.3.1
- 3.2.17
public static final class AnalyzeMoveRequest.Builder extends GeneratedMessageV3.Builder<AnalyzeMoveRequest.Builder> implements AnalyzeMoveRequestOrBuilder
The request message for performing resource move analysis.
Protobuf type google.cloud.asset.v1.AnalyzeMoveRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > AnalyzeMoveRequest.BuilderImplements
AnalyzeMoveRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AnalyzeMoveRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
AnalyzeMoveRequest.Builder |
build()
public AnalyzeMoveRequest build()
Returns | |
---|---|
Type | Description |
AnalyzeMoveRequest |
buildPartial()
public AnalyzeMoveRequest buildPartial()
Returns | |
---|---|
Type | Description |
AnalyzeMoveRequest |
clear()
public AnalyzeMoveRequest.Builder clear()
Returns | |
---|---|
Type | Description |
AnalyzeMoveRequest.Builder |
clearDestinationParent()
public AnalyzeMoveRequest.Builder clearDestinationParent()
Required. Name of the Google Cloud folder or organization to reparent the target resource. The analysis will be performed against hypothetically moving the resource to this specified desitination parent. This can only be a folder number (such as "folders/123") or an organization number (such as "organizations/123").
string destination_parent = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
AnalyzeMoveRequest.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public AnalyzeMoveRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
AnalyzeMoveRequest.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public AnalyzeMoveRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
AnalyzeMoveRequest.Builder |
clearResource()
public AnalyzeMoveRequest.Builder clearResource()
Required. Name of the resource to perform the analysis against. Only Google Cloud projects are supported as of today. Hence, this can only be a project ID (such as "projects/my-project-id") or a project number (such as "projects/12345").
string resource = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
AnalyzeMoveRequest.Builder |
This builder for chaining. |
clearView()
public AnalyzeMoveRequest.Builder clearView()
Analysis view indicating what information should be included in the analysis response. If unspecified, the default view is FULL.
.google.cloud.asset.v1.AnalyzeMoveRequest.AnalysisView view = 3;
Returns | |
---|---|
Type | Description |
AnalyzeMoveRequest.Builder |
This builder for chaining. |
clone()
public AnalyzeMoveRequest.Builder clone()
Returns | |
---|---|
Type | Description |
AnalyzeMoveRequest.Builder |
getDefaultInstanceForType()
public AnalyzeMoveRequest getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
AnalyzeMoveRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getDestinationParent()
public String getDestinationParent()
Required. Name of the Google Cloud folder or organization to reparent the target resource. The analysis will be performed against hypothetically moving the resource to this specified desitination parent. This can only be a folder number (such as "folders/123") or an organization number (such as "organizations/123").
string destination_parent = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The destinationParent. |
getDestinationParentBytes()
public ByteString getDestinationParentBytes()
Required. Name of the Google Cloud folder or organization to reparent the target resource. The analysis will be performed against hypothetically moving the resource to this specified desitination parent. This can only be a folder number (such as "folders/123") or an organization number (such as "organizations/123").
string destination_parent = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for destinationParent. |
getResource()
public String getResource()
Required. Name of the resource to perform the analysis against. Only Google Cloud projects are supported as of today. Hence, this can only be a project ID (such as "projects/my-project-id") or a project number (such as "projects/12345").
string resource = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The resource. |
getResourceBytes()
public ByteString getResourceBytes()
Required. Name of the resource to perform the analysis against. Only Google Cloud projects are supported as of today. Hence, this can only be a project ID (such as "projects/my-project-id") or a project number (such as "projects/12345").
string resource = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for resource. |
getView()
public AnalyzeMoveRequest.AnalysisView getView()
Analysis view indicating what information should be included in the analysis response. If unspecified, the default view is FULL.
.google.cloud.asset.v1.AnalyzeMoveRequest.AnalysisView view = 3;
Returns | |
---|---|
Type | Description |
AnalyzeMoveRequest.AnalysisView |
The view. |
getViewValue()
public int getViewValue()
Analysis view indicating what information should be included in the analysis response. If unspecified, the default view is FULL.
.google.cloud.asset.v1.AnalyzeMoveRequest.AnalysisView view = 3;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for view. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(AnalyzeMoveRequest other)
public AnalyzeMoveRequest.Builder mergeFrom(AnalyzeMoveRequest other)
Parameter | |
---|---|
Name | Description |
other |
AnalyzeMoveRequest |
Returns | |
---|---|
Type | Description |
AnalyzeMoveRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AnalyzeMoveRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AnalyzeMoveRequest.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public AnalyzeMoveRequest.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
AnalyzeMoveRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AnalyzeMoveRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
AnalyzeMoveRequest.Builder |
setDestinationParent(String value)
public AnalyzeMoveRequest.Builder setDestinationParent(String value)
Required. Name of the Google Cloud folder or organization to reparent the target resource. The analysis will be performed against hypothetically moving the resource to this specified desitination parent. This can only be a folder number (such as "folders/123") or an organization number (such as "organizations/123").
string destination_parent = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
String The destinationParent to set. |
Returns | |
---|---|
Type | Description |
AnalyzeMoveRequest.Builder |
This builder for chaining. |
setDestinationParentBytes(ByteString value)
public AnalyzeMoveRequest.Builder setDestinationParentBytes(ByteString value)
Required. Name of the Google Cloud folder or organization to reparent the target resource. The analysis will be performed against hypothetically moving the resource to this specified desitination parent. This can only be a folder number (such as "folders/123") or an organization number (such as "organizations/123").
string destination_parent = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for destinationParent to set. |
Returns | |
---|---|
Type | Description |
AnalyzeMoveRequest.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public AnalyzeMoveRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
AnalyzeMoveRequest.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AnalyzeMoveRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
AnalyzeMoveRequest.Builder |
setResource(String value)
public AnalyzeMoveRequest.Builder setResource(String value)
Required. Name of the resource to perform the analysis against. Only Google Cloud projects are supported as of today. Hence, this can only be a project ID (such as "projects/my-project-id") or a project number (such as "projects/12345").
string resource = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
String The resource to set. |
Returns | |
---|---|
Type | Description |
AnalyzeMoveRequest.Builder |
This builder for chaining. |
setResourceBytes(ByteString value)
public AnalyzeMoveRequest.Builder setResourceBytes(ByteString value)
Required. Name of the resource to perform the analysis against. Only Google Cloud projects are supported as of today. Hence, this can only be a project ID (such as "projects/my-project-id") or a project number (such as "projects/12345").
string resource = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for resource to set. |
Returns | |
---|---|
Type | Description |
AnalyzeMoveRequest.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final AnalyzeMoveRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
AnalyzeMoveRequest.Builder |
setView(AnalyzeMoveRequest.AnalysisView value)
public AnalyzeMoveRequest.Builder setView(AnalyzeMoveRequest.AnalysisView value)
Analysis view indicating what information should be included in the analysis response. If unspecified, the default view is FULL.
.google.cloud.asset.v1.AnalyzeMoveRequest.AnalysisView view = 3;
Parameter | |
---|---|
Name | Description |
value |
AnalyzeMoveRequest.AnalysisView The view to set. |
Returns | |
---|---|
Type | Description |
AnalyzeMoveRequest.Builder |
This builder for chaining. |
setViewValue(int value)
public AnalyzeMoveRequest.Builder setViewValue(int value)
Analysis view indicating what information should be included in the analysis response. If unspecified, the default view is FULL.
.google.cloud.asset.v1.AnalyzeMoveRequest.AnalysisView view = 3;
Parameter | |
---|---|
Name | Description |
value |
int The enum numeric value on the wire for view to set. |
Returns | |
---|---|
Type | Description |
AnalyzeMoveRequest.Builder |
This builder for chaining. |