public static final class GetUtilizationReportRequest.Builder extends GeneratedMessage.Builder<GetUtilizationReportRequest.Builder> implements GetUtilizationReportRequestOrBuilderRequest message for 'GetUtilizationReport' request.
Protobuf type google.cloud.vmmigration.v1.GetUtilizationReportRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GetUtilizationReportRequest.BuilderImplements
GetUtilizationReportRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GetUtilizationReportRequest build()| Returns | |
|---|---|
| Type | Description |
GetUtilizationReportRequest |
|
buildPartial()
public GetUtilizationReportRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
GetUtilizationReportRequest |
|
clear()
public GetUtilizationReportRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
GetUtilizationReportRequest.Builder |
|
clearName()
public GetUtilizationReportRequest.Builder clearName()Required. The Utilization Report name.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
GetUtilizationReportRequest.Builder |
This builder for chaining. |
clearView()
public GetUtilizationReportRequest.Builder clearView()Optional. The level of details of the report. Defaults to FULL
.google.cloud.vmmigration.v1.UtilizationReportView view = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GetUtilizationReportRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public GetUtilizationReportRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GetUtilizationReportRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public String getName()Required. The Utilization Report name.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()Required. The Utilization Report name.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getView()
public UtilizationReportView getView()Optional. The level of details of the report. Defaults to FULL
.google.cloud.vmmigration.v1.UtilizationReportView view = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
UtilizationReportView |
The view. |
getViewValue()
public int getViewValue()Optional. The level of details of the report. Defaults to FULL
.google.cloud.vmmigration.v1.UtilizationReportView view = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for view. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(GetUtilizationReportRequest other)
public GetUtilizationReportRequest.Builder mergeFrom(GetUtilizationReportRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetUtilizationReportRequest |
| Returns | |
|---|---|
| Type | Description |
GetUtilizationReportRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetUtilizationReportRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GetUtilizationReportRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GetUtilizationReportRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GetUtilizationReportRequest.Builder |
|
setName(String value)
public GetUtilizationReportRequest.Builder setName(String value)Required. The Utilization Report name.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
GetUtilizationReportRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public GetUtilizationReportRequest.Builder setNameBytes(ByteString value)Required. The Utilization Report name.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
GetUtilizationReportRequest.Builder |
This builder for chaining. |
setView(UtilizationReportView value)
public GetUtilizationReportRequest.Builder setView(UtilizationReportView value)Optional. The level of details of the report. Defaults to FULL
.google.cloud.vmmigration.v1.UtilizationReportView view = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
UtilizationReportViewThe view to set. |
| Returns | |
|---|---|
| Type | Description |
GetUtilizationReportRequest.Builder |
This builder for chaining. |
setViewValue(int value)
public GetUtilizationReportRequest.Builder setViewValue(int value)Optional. The level of details of the report. Defaults to FULL
.google.cloud.vmmigration.v1.UtilizationReportView view = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for view to set. |
| Returns | |
|---|---|
| Type | Description |
GetUtilizationReportRequest.Builder |
This builder for chaining. |