public static final class LookupEntityResponse.Builder extends GeneratedMessage.Builder<LookupEntityResponse.Builder> implements LookupEntityResponseOrBuilderResponse message for LookupEntity.
Protobuf type google.cloud.productregistry.v1.LookupEntityResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > LookupEntityResponse.BuilderImplements
LookupEntityResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public LookupEntityResponse build()| Returns | |
|---|---|
| Type | Description |
LookupEntityResponse |
|
buildPartial()
public LookupEntityResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
LookupEntityResponse |
|
clear()
public LookupEntityResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
LookupEntityResponse.Builder |
|
clearEntity()
public LookupEntityResponse.Builder clearEntity()| Returns | |
|---|---|
| Type | Description |
LookupEntityResponse.Builder |
|
clearLogicalProduct()
public LookupEntityResponse.Builder clearLogicalProduct()Matched LogicalProduct.
.google.cloud.productregistry.v1.LogicalProduct logical_product = 1;
| Returns | |
|---|---|
| Type | Description |
LookupEntityResponse.Builder |
|
clearLogicalProductVariant()
public LookupEntityResponse.Builder clearLogicalProductVariant()Matched LogicalProductVariant.
.google.cloud.productregistry.v1.LogicalProductVariant logical_product_variant = 2;
| Returns | |
|---|---|
| Type | Description |
LookupEntityResponse.Builder |
|
clearProductSuite()
public LookupEntityResponse.Builder clearProductSuite()Matched ProductSuite.
.google.cloud.productregistry.v1.ProductSuite product_suite = 3;
| Returns | |
|---|---|
| Type | Description |
LookupEntityResponse.Builder |
|
getDefaultInstanceForType()
public LookupEntityResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
LookupEntityResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEntityCase()
public LookupEntityResponse.EntityCase getEntityCase()| Returns | |
|---|---|
| Type | Description |
LookupEntityResponse.EntityCase |
|
getLogicalProduct()
public LogicalProduct getLogicalProduct()Matched LogicalProduct.
.google.cloud.productregistry.v1.LogicalProduct logical_product = 1;
| Returns | |
|---|---|
| Type | Description |
LogicalProduct |
The logicalProduct. |
getLogicalProductBuilder()
public LogicalProduct.Builder getLogicalProductBuilder()Matched LogicalProduct.
.google.cloud.productregistry.v1.LogicalProduct logical_product = 1;
| Returns | |
|---|---|
| Type | Description |
LogicalProduct.Builder |
|
getLogicalProductOrBuilder()
public LogicalProductOrBuilder getLogicalProductOrBuilder()Matched LogicalProduct.
.google.cloud.productregistry.v1.LogicalProduct logical_product = 1;
| Returns | |
|---|---|
| Type | Description |
LogicalProductOrBuilder |
|
getLogicalProductVariant()
public LogicalProductVariant getLogicalProductVariant()Matched LogicalProductVariant.
.google.cloud.productregistry.v1.LogicalProductVariant logical_product_variant = 2;
| Returns | |
|---|---|
| Type | Description |
LogicalProductVariant |
The logicalProductVariant. |
getLogicalProductVariantBuilder()
public LogicalProductVariant.Builder getLogicalProductVariantBuilder()Matched LogicalProductVariant.
.google.cloud.productregistry.v1.LogicalProductVariant logical_product_variant = 2;
| Returns | |
|---|---|
| Type | Description |
LogicalProductVariant.Builder |
|
getLogicalProductVariantOrBuilder()
public LogicalProductVariantOrBuilder getLogicalProductVariantOrBuilder()Matched LogicalProductVariant.
.google.cloud.productregistry.v1.LogicalProductVariant logical_product_variant = 2;
| Returns | |
|---|---|
| Type | Description |
LogicalProductVariantOrBuilder |
|
getProductSuite()
public ProductSuite getProductSuite()Matched ProductSuite.
.google.cloud.productregistry.v1.ProductSuite product_suite = 3;
| Returns | |
|---|---|
| Type | Description |
ProductSuite |
The productSuite. |
getProductSuiteBuilder()
public ProductSuite.Builder getProductSuiteBuilder()Matched ProductSuite.
.google.cloud.productregistry.v1.ProductSuite product_suite = 3;
| Returns | |
|---|---|
| Type | Description |
ProductSuite.Builder |
|
getProductSuiteOrBuilder()
public ProductSuiteOrBuilder getProductSuiteOrBuilder()Matched ProductSuite.
.google.cloud.productregistry.v1.ProductSuite product_suite = 3;
| Returns | |
|---|---|
| Type | Description |
ProductSuiteOrBuilder |
|
hasLogicalProduct()
public boolean hasLogicalProduct()Matched LogicalProduct.
.google.cloud.productregistry.v1.LogicalProduct logical_product = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the logicalProduct field is set. |
hasLogicalProductVariant()
public boolean hasLogicalProductVariant()Matched LogicalProductVariant.
.google.cloud.productregistry.v1.LogicalProductVariant logical_product_variant = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the logicalProductVariant field is set. |
hasProductSuite()
public boolean hasProductSuite()Matched ProductSuite.
.google.cloud.productregistry.v1.ProductSuite product_suite = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the productSuite field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(LookupEntityResponse other)
public LookupEntityResponse.Builder mergeFrom(LookupEntityResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
LookupEntityResponse |
| Returns | |
|---|---|
| Type | Description |
LookupEntityResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public LookupEntityResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
LookupEntityResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public LookupEntityResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
LookupEntityResponse.Builder |
|
mergeLogicalProduct(LogicalProduct value)
public LookupEntityResponse.Builder mergeLogicalProduct(LogicalProduct value)Matched LogicalProduct.
.google.cloud.productregistry.v1.LogicalProduct logical_product = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
LogicalProduct |
| Returns | |
|---|---|
| Type | Description |
LookupEntityResponse.Builder |
|
mergeLogicalProductVariant(LogicalProductVariant value)
public LookupEntityResponse.Builder mergeLogicalProductVariant(LogicalProductVariant value)Matched LogicalProductVariant.
.google.cloud.productregistry.v1.LogicalProductVariant logical_product_variant = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
LogicalProductVariant |
| Returns | |
|---|---|
| Type | Description |
LookupEntityResponse.Builder |
|
mergeProductSuite(ProductSuite value)
public LookupEntityResponse.Builder mergeProductSuite(ProductSuite value)Matched ProductSuite.
.google.cloud.productregistry.v1.ProductSuite product_suite = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ProductSuite |
| Returns | |
|---|---|
| Type | Description |
LookupEntityResponse.Builder |
|
setLogicalProduct(LogicalProduct value)
public LookupEntityResponse.Builder setLogicalProduct(LogicalProduct value)Matched LogicalProduct.
.google.cloud.productregistry.v1.LogicalProduct logical_product = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
LogicalProduct |
| Returns | |
|---|---|
| Type | Description |
LookupEntityResponse.Builder |
|
setLogicalProduct(LogicalProduct.Builder builderForValue)
public LookupEntityResponse.Builder setLogicalProduct(LogicalProduct.Builder builderForValue)Matched LogicalProduct.
.google.cloud.productregistry.v1.LogicalProduct logical_product = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
LogicalProduct.Builder |
| Returns | |
|---|---|
| Type | Description |
LookupEntityResponse.Builder |
|
setLogicalProductVariant(LogicalProductVariant value)
public LookupEntityResponse.Builder setLogicalProductVariant(LogicalProductVariant value)Matched LogicalProductVariant.
.google.cloud.productregistry.v1.LogicalProductVariant logical_product_variant = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
LogicalProductVariant |
| Returns | |
|---|---|
| Type | Description |
LookupEntityResponse.Builder |
|
setLogicalProductVariant(LogicalProductVariant.Builder builderForValue)
public LookupEntityResponse.Builder setLogicalProductVariant(LogicalProductVariant.Builder builderForValue)Matched LogicalProductVariant.
.google.cloud.productregistry.v1.LogicalProductVariant logical_product_variant = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
LogicalProductVariant.Builder |
| Returns | |
|---|---|
| Type | Description |
LookupEntityResponse.Builder |
|
setProductSuite(ProductSuite value)
public LookupEntityResponse.Builder setProductSuite(ProductSuite value)Matched ProductSuite.
.google.cloud.productregistry.v1.ProductSuite product_suite = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ProductSuite |
| Returns | |
|---|---|
| Type | Description |
LookupEntityResponse.Builder |
|
setProductSuite(ProductSuite.Builder builderForValue)
public LookupEntityResponse.Builder setProductSuite(ProductSuite.Builder builderForValue)Matched ProductSuite.
.google.cloud.productregistry.v1.ProductSuite product_suite = 3;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
ProductSuite.Builder |
| Returns | |
|---|---|
| Type | Description |
LookupEntityResponse.Builder |
|