Class ExportAppResponse.Builder (0.1.0)

public static final class ExportAppResponse.Builder extends GeneratedMessage.Builder<ExportAppResponse.Builder> implements ExportAppResponseOrBuilder

Response message for AgentService.ExportApp.

Protobuf type google.cloud.ces.v1.ExportAppResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public ExportAppResponse build()
Returns
Type Description
ExportAppResponse

buildPartial()

public ExportAppResponse buildPartial()
Returns
Type Description
ExportAppResponse

clear()

public ExportAppResponse.Builder clear()
Returns
Type Description
ExportAppResponse.Builder
Overrides

clearApp()

public ExportAppResponse.Builder clearApp()
Returns
Type Description
ExportAppResponse.Builder

clearAppContent()

public ExportAppResponse.Builder clearAppContent()

App folder compressed as a zip file.

bytes app_content = 1;

Returns
Type Description
ExportAppResponse.Builder

This builder for chaining.

clearAppUri()

public ExportAppResponse.Builder clearAppUri()

The Google Cloud Storage URI to which the app was exported.

string app_uri = 2;

Returns
Type Description
ExportAppResponse.Builder

This builder for chaining.

getAppCase()

public ExportAppResponse.AppCase getAppCase()
Returns
Type Description
ExportAppResponse.AppCase

getAppContent()

public ByteString getAppContent()

App folder compressed as a zip file.

bytes app_content = 1;

Returns
Type Description
ByteString

The appContent.

getAppUri()

public String getAppUri()

The Google Cloud Storage URI to which the app was exported.

string app_uri = 2;

Returns
Type Description
String

The appUri.

getAppUriBytes()

public ByteString getAppUriBytes()

The Google Cloud Storage URI to which the app was exported.

string app_uri = 2;

Returns
Type Description
ByteString

The bytes for appUri.

getDefaultInstanceForType()

public ExportAppResponse getDefaultInstanceForType()
Returns
Type Description
ExportAppResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

hasAppContent()

public boolean hasAppContent()

App folder compressed as a zip file.

bytes app_content = 1;

Returns
Type Description
boolean

Whether the appContent field is set.

hasAppUri()

public boolean hasAppUri()

The Google Cloud Storage URI to which the app was exported.

string app_uri = 2;

Returns
Type Description
boolean

Whether the appUri field is set.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ExportAppResponse other)

public ExportAppResponse.Builder mergeFrom(ExportAppResponse other)
Parameter
Name Description
other ExportAppResponse
Returns
Type Description
ExportAppResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ExportAppResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ExportAppResponse.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

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

setAppContent(ByteString value)

public ExportAppResponse.Builder setAppContent(ByteString value)

App folder compressed as a zip file.

bytes app_content = 1;

Parameter
Name Description
value ByteString

The appContent to set.

Returns
Type Description
ExportAppResponse.Builder

This builder for chaining.

setAppUri(String value)

public ExportAppResponse.Builder setAppUri(String value)

The Google Cloud Storage URI to which the app was exported.

string app_uri = 2;

Parameter
Name Description
value String

The appUri to set.

Returns
Type Description
ExportAppResponse.Builder

This builder for chaining.

setAppUriBytes(ByteString value)

public ExportAppResponse.Builder setAppUriBytes(ByteString value)

The Google Cloud Storage URI to which the app was exported.

string app_uri = 2;

Parameter
Name Description
value ByteString

The bytes for appUri to set.

Returns
Type Description
ExportAppResponse.Builder

This builder for chaining.