Class BatchCreateTargetSitesResponse (0.37.0)

public final class BatchCreateTargetSitesResponse extends GeneratedMessageV3 implements BatchCreateTargetSitesResponseOrBuilder

Response message for SiteSearchEngineService.BatchCreateTargetSites method.

Protobuf type google.cloud.discoveryengine.v1beta.BatchCreateTargetSitesResponse

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > BatchCreateTargetSitesResponse

Static Fields

TARGET_SITES_FIELD_NUMBER

public static final int TARGET_SITES_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static BatchCreateTargetSitesResponse getDefaultInstance()
Returns
TypeDescription
BatchCreateTargetSitesResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static BatchCreateTargetSitesResponse.Builder newBuilder()
Returns
TypeDescription
BatchCreateTargetSitesResponse.Builder

newBuilder(BatchCreateTargetSitesResponse prototype)

public static BatchCreateTargetSitesResponse.Builder newBuilder(BatchCreateTargetSitesResponse prototype)
Parameter
NameDescription
prototypeBatchCreateTargetSitesResponse
Returns
TypeDescription
BatchCreateTargetSitesResponse.Builder

parseDelimitedFrom(InputStream input)

public static BatchCreateTargetSitesResponse parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
BatchCreateTargetSitesResponse
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchCreateTargetSitesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchCreateTargetSitesResponse
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static BatchCreateTargetSitesResponse parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
BatchCreateTargetSitesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static BatchCreateTargetSitesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchCreateTargetSitesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static BatchCreateTargetSitesResponse parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
BatchCreateTargetSitesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static BatchCreateTargetSitesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchCreateTargetSitesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static BatchCreateTargetSitesResponse parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
BatchCreateTargetSitesResponse
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchCreateTargetSitesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchCreateTargetSitesResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static BatchCreateTargetSitesResponse parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
BatchCreateTargetSitesResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchCreateTargetSitesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchCreateTargetSitesResponse
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static BatchCreateTargetSitesResponse parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
BatchCreateTargetSitesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static BatchCreateTargetSitesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchCreateTargetSitesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<BatchCreateTargetSitesResponse> parser()
Returns
TypeDescription
Parser<BatchCreateTargetSitesResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public BatchCreateTargetSitesResponse getDefaultInstanceForType()
Returns
TypeDescription
BatchCreateTargetSitesResponse

getParserForType()

public Parser<BatchCreateTargetSitesResponse> getParserForType()
Returns
TypeDescription
Parser<BatchCreateTargetSitesResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getTargetSites(int index)

public TargetSite getTargetSites(int index)

TargetSites created.

repeated .google.cloud.discoveryengine.v1beta.TargetSite target_sites = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
TargetSite

getTargetSitesCount()

public int getTargetSitesCount()

TargetSites created.

repeated .google.cloud.discoveryengine.v1beta.TargetSite target_sites = 1;

Returns
TypeDescription
int

getTargetSitesList()

public List<TargetSite> getTargetSitesList()

TargetSites created.

repeated .google.cloud.discoveryengine.v1beta.TargetSite target_sites = 1;

Returns
TypeDescription
List<TargetSite>

getTargetSitesOrBuilder(int index)

public TargetSiteOrBuilder getTargetSitesOrBuilder(int index)

TargetSites created.

repeated .google.cloud.discoveryengine.v1beta.TargetSite target_sites = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
TargetSiteOrBuilder

getTargetSitesOrBuilderList()

public List<? extends TargetSiteOrBuilder> getTargetSitesOrBuilderList()

TargetSites created.

repeated .google.cloud.discoveryengine.v1beta.TargetSite target_sites = 1;

Returns
TypeDescription
List<? extends com.google.cloud.discoveryengine.v1beta.TargetSiteOrBuilder>

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public BatchCreateTargetSitesResponse.Builder newBuilderForType()
Returns
TypeDescription
BatchCreateTargetSitesResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected BatchCreateTargetSitesResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
BatchCreateTargetSitesResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public BatchCreateTargetSitesResponse.Builder toBuilder()
Returns
TypeDescription
BatchCreateTargetSitesResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException