Interface ListPublicBlueprintsResponseOrBuilder (0.14.0)

public interface ListPublicBlueprintsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

Output only. A token identifying a page of results the server should return.

string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

Output only. A token identifying a page of results the server should return.

string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for nextPageToken.

getPublicBlueprints(int index)

public abstract PublicBlueprint getPublicBlueprints(int index)

The list of public blueprints to return.

repeated .google.cloud.telcoautomation.v1.PublicBlueprint public_blueprints = 1;

Parameter
Name Description
index int
Returns
Type Description
PublicBlueprint

getPublicBlueprintsCount()

public abstract int getPublicBlueprintsCount()

The list of public blueprints to return.

repeated .google.cloud.telcoautomation.v1.PublicBlueprint public_blueprints = 1;

Returns
Type Description
int

getPublicBlueprintsList()

public abstract List<PublicBlueprint> getPublicBlueprintsList()

The list of public blueprints to return.

repeated .google.cloud.telcoautomation.v1.PublicBlueprint public_blueprints = 1;

Returns
Type Description
List<PublicBlueprint>

getPublicBlueprintsOrBuilder(int index)

public abstract PublicBlueprintOrBuilder getPublicBlueprintsOrBuilder(int index)

The list of public blueprints to return.

repeated .google.cloud.telcoautomation.v1.PublicBlueprint public_blueprints = 1;

Parameter
Name Description
index int
Returns
Type Description
PublicBlueprintOrBuilder

getPublicBlueprintsOrBuilderList()

public abstract List<? extends PublicBlueprintOrBuilder> getPublicBlueprintsOrBuilderList()

The list of public blueprints to return.

repeated .google.cloud.telcoautomation.v1.PublicBlueprint public_blueprints = 1;

Returns
Type Description
List<? extends com.google.cloud.telcoautomation.v1.PublicBlueprintOrBuilder>