Class GetUtilizationReportRequest.Builder (1.83.0)

public static final class GetUtilizationReportRequest.Builder extends GeneratedMessage.Builder<GetUtilizationReportRequest.Builder> implements GetUtilizationReportRequestOrBuilder

Request message for 'GetUtilizationReport' request.

Protobuf type google.cloud.vmmigration.v1.GetUtilizationReportRequest

Static 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
Overrides

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
Overrides

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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public GetUtilizationReportRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
GetUtilizationReportRequest.Builder
Overrides

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 String

The 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 ByteString

The 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 UtilizationReportView

The 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 int

The enum numeric value on the wire for view to set.

Returns
Type Description
GetUtilizationReportRequest.Builder

This builder for chaining.