public static final class CreateReservationRequest.Builder extends GeneratedMessageV3.Builder<CreateReservationRequest.Builder> implements CreateReservationRequestOrBuilder
Request for CreateReservation.
Protobuf type google.cloud.pubsublite.v1.CreateReservationRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CreateReservationRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public CreateReservationRequest build()
buildPartial()
public CreateReservationRequest buildPartial()
clear()
public CreateReservationRequest.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public CreateReservationRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public CreateReservationRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearParent()
public CreateReservationRequest.Builder clearParent()
Required. The parent location in which to create the reservation.
Structured like projects/{project_number}/locations/{location}
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
clearReservation()
public CreateReservationRequest.Builder clearReservation()
Required. Configuration of the reservation to create. Its name
field is
ignored.
.google.cloud.pubsublite.v1.Reservation reservation = 2 [(.google.api.field_behavior) = REQUIRED];
clearReservationId()
public CreateReservationRequest.Builder clearReservationId()
Required. The ID to use for the reservation, which will become the final
component of the reservation's name.
This value is structured like: my-reservation-name
.
string reservation_id = 3 [(.google.api.field_behavior) = REQUIRED];
clone()
public CreateReservationRequest.Builder clone()
Overrides
getDefaultInstanceForType()
public CreateReservationRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getParent()
public String getParent()
Required. The parent location in which to create the reservation.
Structured like projects/{project_number}/locations/{location}
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
String | The parent.
|
getParentBytes()
public ByteString getParentBytes()
Required. The parent location in which to create the reservation.
Structured like projects/{project_number}/locations/{location}
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
ByteString | The bytes for parent.
|
getReservation()
public Reservation getReservation()
Required. Configuration of the reservation to create. Its name
field is
ignored.
.google.cloud.pubsublite.v1.Reservation reservation = 2 [(.google.api.field_behavior) = REQUIRED];
getReservationBuilder()
public Reservation.Builder getReservationBuilder()
Required. Configuration of the reservation to create. Its name
field is
ignored.
.google.cloud.pubsublite.v1.Reservation reservation = 2 [(.google.api.field_behavior) = REQUIRED];
getReservationId()
public String getReservationId()
Required. The ID to use for the reservation, which will become the final
component of the reservation's name.
This value is structured like: my-reservation-name
.
string reservation_id = 3 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
String | The reservationId.
|
getReservationIdBytes()
public ByteString getReservationIdBytes()
Required. The ID to use for the reservation, which will become the final
component of the reservation's name.
This value is structured like: my-reservation-name
.
string reservation_id = 3 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
ByteString | The bytes for reservationId.
|
getReservationOrBuilder()
public ReservationOrBuilder getReservationOrBuilder()
Required. Configuration of the reservation to create. Its name
field is
ignored.
.google.cloud.pubsublite.v1.Reservation reservation = 2 [(.google.api.field_behavior) = REQUIRED];
hasReservation()
public boolean hasReservation()
Required. Configuration of the reservation to create. Its name
field is
ignored.
.google.cloud.pubsublite.v1.Reservation reservation = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
boolean | Whether the reservation field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(CreateReservationRequest other)
public CreateReservationRequest.Builder mergeFrom(CreateReservationRequest other)
public CreateReservationRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public CreateReservationRequest.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeReservation(Reservation value)
public CreateReservationRequest.Builder mergeReservation(Reservation value)
Required. Configuration of the reservation to create. Its name
field is
ignored.
.google.cloud.pubsublite.v1.Reservation reservation = 2 [(.google.api.field_behavior) = REQUIRED];
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CreateReservationRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public CreateReservationRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setParent(String value)
public CreateReservationRequest.Builder setParent(String value)
Required. The parent location in which to create the reservation.
Structured like projects/{project_number}/locations/{location}
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
---|
Name | Description |
value | String
The parent to set.
|
setParentBytes(ByteString value)
public CreateReservationRequest.Builder setParentBytes(ByteString value)
Required. The parent location in which to create the reservation.
Structured like projects/{project_number}/locations/{location}
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
---|
Name | Description |
value | ByteString
The bytes for parent to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CreateReservationRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setReservation(Reservation value)
public CreateReservationRequest.Builder setReservation(Reservation value)
Required. Configuration of the reservation to create. Its name
field is
ignored.
.google.cloud.pubsublite.v1.Reservation reservation = 2 [(.google.api.field_behavior) = REQUIRED];
setReservation(Reservation.Builder builderForValue)
public CreateReservationRequest.Builder setReservation(Reservation.Builder builderForValue)
Required. Configuration of the reservation to create. Its name
field is
ignored.
.google.cloud.pubsublite.v1.Reservation reservation = 2 [(.google.api.field_behavior) = REQUIRED];
setReservationId(String value)
public CreateReservationRequest.Builder setReservationId(String value)
Required. The ID to use for the reservation, which will become the final
component of the reservation's name.
This value is structured like: my-reservation-name
.
string reservation_id = 3 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
value | String
The reservationId to set.
|
setReservationIdBytes(ByteString value)
public CreateReservationRequest.Builder setReservationIdBytes(ByteString value)
Required. The ID to use for the reservation, which will become the final
component of the reservation's name.
This value is structured like: my-reservation-name
.
string reservation_id = 3 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
value | ByteString
The bytes for reservationId to set.
|
setUnknownFields(UnknownFieldSet unknownFields)
public final CreateReservationRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides